P PeterT Regular Apr 5, 2005 #21 I'd like to render TO 3D textures But I guess that's still a bit off.
A arjan de lumens Veteran Apr 5, 2005 #22 PeterT said: I'd like to render TO 3D textures But I guess that's still a bit off. Click to expand... The recent FBO (Framebuffer Object) extension to OpenGL does allow you to render to 3D textures - you are, however, limited to rendering one 2D slice of the texture at a time.
PeterT said: I'd like to render TO 3D textures But I guess that's still a bit off. Click to expand... The recent FBO (Framebuffer Object) extension to OpenGL does allow you to render to 3D textures - you are, however, limited to rendering one 2D slice of the texture at a time.
O Ostsol Veteran Apr 5, 2005 #23 Not surprising, given that there doesn't seem to be any specification for a 3d framebuffer.