3d Mipmapped Textures

Started by
1 comment, last by ShmeeBegek 18 years, 4 months ago
I've just been testing out the new texture mapping that I spent all day writing, and it seems that whenever I enable mipmapping AND the depth!=0 (3d textures with width, height, and depth) the texture simply goes white. I'm afraid that this means that 3d mipmapped textures are simply not supported. I have an NVidia FX 5900 so I am somewhat surprised by this, but what is the support for this like? When I did a little reading before implementing this it sounded as if 3d texture support (and I presumed mipmapping) is quite widespread, but perhaps 2d mipmapped textures and 3d textures are one in the same. I hope that there is just a bug in my code... Thanks, ~SPH
AIM ME: aGaBoOgAmOnGeR
Advertisement
yes 3d mipmaps are available on nv3x

Ah I got it working, problem was that I was trying to reduce width and height and leave depth (for usage-specific reasons), but OGL will not take that.


Thanks, ~SPH

AIM ME: aGaBoOgAmOnGeR

This topic is closed to new replies.

Advertisement