wis mak
07-11-2002, 11:08 PM
Two rendering passes are required. The first one requires TMU0 enabled for 2d texturing and TMU1 for cube mapping. The second pass only requires TMU0 2d texturing.
The problem is when I disable TMU1, I get a noticeable drop down in performance which makes my application not real-time - 1 fps.
I tired the following to debug:
1) Binding TMU1 in the second pass to
default texture name 0.
2) Re-enabling TMU1 after disabling it
prevents weird frame rate dorpdown.
This means that glDiable does not cause the problem untill glBegin ... glEnd (rendering) begins.
----------------
P2 400MHZ, 256MB RAM
GeForce2 MX, 32 MB, 2x AGP
Drivers (latest detonator from nvidia)
OpenGL 1.3.1
Windows 98 SE
----------------
Thanks.
The problem is when I disable TMU1, I get a noticeable drop down in performance which makes my application not real-time - 1 fps.
I tired the following to debug:
1) Binding TMU1 in the second pass to
default texture name 0.
2) Re-enabling TMU1 after disabling it
prevents weird frame rate dorpdown.
This means that glDiable does not cause the problem untill glBegin ... glEnd (rendering) begins.
----------------
P2 400MHZ, 256MB RAM
GeForce2 MX, 32 MB, 2x AGP
Drivers (latest detonator from nvidia)
OpenGL 1.3.1
Windows 98 SE
----------------
Thanks.