Uses of Class
com.openinventor.inventor.nodes.SoShaderProgram
-
Packages that use SoShaderProgram Package Description com.openinventor.inventor.elements The element classes are used internally for storing information in Open Inventor's traversal state list.com.openinventor.volumeviz.nodes -
-
Uses of SoShaderProgram in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoShaderProgram Modifier and Type Method Description static SoShaderProgram
SoShaderProgramElement. get(SoState state)
Gets the current shader program in the state. -
Uses of SoShaderProgram in com.openinventor.volumeviz.nodes
Subclasses of SoShaderProgram in com.openinventor.volumeviz.nodes Modifier and Type Class Description class
SoVolumeIsosurface
Isosurface property node.class
SoVolumeRenderingQuality
Volume rendering quality property mode.class
SoVolumeShader
Shader node for volume rendering.
-