GL_TEXTURE_3D

Started by
2 comments, last by todi1856 19 years, 11 months ago
Can anyone tell me how to use GL_TEXTURE_3D,or direct me to the site where could i find some info about it ?
Advertisement
the same way as GL_TEXTURE_2D? (but i guess you need a glext.h header to get to the tokens)



If that''s not the help you''re after then you''re going to have to explain the problem better than what you have. - joanusdmentia

davepermen.net
If that's not the help you're after then you're going to have to explain the problem better than what you have. - joanusdmentia

My Page davepermen.net | My Music on Bandcamp and on Soundcloud

I would start from reading the extension specification.
Looks like it's conceptually the same as 2d textures. Funny enough, I'll have to mess with this stuff in the next weeks for an experiment so I could keep you informed (never used them up to now).

EDIT: wrong UBB code

[edited by - Krohm on May 13, 2004 7:18:07 AM]

Previously "Krohm"

It would be great, cause i really have diffucilties understanding those extensions myself

This topic is closed to new replies.

Advertisement