SO_PIMPL_PUBLIC_DECLARATION(SoTexture3)
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> 3D texture mappi...
SoSFImage3 images
Contains an in-memory representation of the texture map.
SoMFFilePathString filenames
Names of file(s) from which to read texture image(s).
SoSFEnum wrapT
Indicates what to do when texture coordinates in the T (vertical) direction lie outside the range 0-1...
@ VOLUME
The texture layout is a volumetric texture.
@ ARRAY
The texture layout is an array of bi-dimensional textures.
SoSFEnum layout
Indicates whether the data layout is a volumetric texture VOLUME or an array of bi-dimensional textur...
SoTexture3()
Creates a texture node with default settings.
SoSFEnum wrapR
Indicates what to do when texture coordinates in the R (depth) direction lie outside the range 0-1.
friend class SoGLTextureImage3Element
Abstract base class for texture mapping nodes.