Uses of Class
com.openinventor.inventor.nodes.SoTexture
-
Packages that use SoTexture Package Description com.openinventor.inventor.nodes com.openinventor.volumeviz.nodes -
-
Uses of SoTexture in com.openinventor.inventor.nodes
Subclasses of SoTexture in com.openinventor.inventor.nodes Modifier and Type Class Description class
SoExtTexture2
Extended texture mapping node.class
SoIndexedTexture2
Class for 2D indexed texture.class
SoTexture2
2D texture mapping node.class
SoTexture3
3D texture mapping node.class
SoTextureCubeMap
Cube texture mapping node.Methods in com.openinventor.inventor.nodes with parameters of type SoTexture Modifier and Type Method Description SoShaderParameterImage
SoShaderProgram. addShaderParameterImage(java.lang.String name, SoTexture tex)
Convenience method to create anSoShaderParameterImage
with the specified name and value and add it to this shader program. -
Uses of SoTexture in com.openinventor.volumeviz.nodes
Subclasses of SoTexture in com.openinventor.volumeviz.nodes Modifier and Type Class Description class
SoUniformGridClipping
Clips a volume using a 2D surface.class
SoUniformGridProjectionClipping
Clips a volume with the depth map projection of a shape.
-