Hi Mustafa

  What would be the maximum size of the 3D texture


Size depend of your graphic card . Take a look to GL_MAX_3D_TEXTURE_SIZE.
GLspec21, chapter 3.8, page 157


If a 3D texture file doesnt fit into the graphic
> cards memory how it is visualized or processed by the card.



 GL_MAX_3D_TEXTURE_SIZE is hardware limit so if you have a
3D texture greater than this size, you need to do a workaround for this
limit.

Cheers
David Callu
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to