Uses of Class
com.openinventor.inventor.nodes.SoGeometryShader
-
Packages that use SoGeometryShader Package Description com.openinventor.inventor.nodes -
-
Uses of SoGeometryShader in com.openinventor.inventor.nodes
Methods in com.openinventor.inventor.nodes that return SoGeometryShader Modifier and Type Method Description SoGeometryShader
SoShaderProgram. getGeometryShader(int pos)
Returns the geometry shader at the specified position.SoGeometryShader
SoShaderProgram. setGeometryShader(int pos, java.lang.String filenameOrSource)
Calls setGeometryShader(pos, filenameOrSource, SoShaderObject.SourceTypes.valueOf( SoShaderObject.SourceTypes.FILENAME.getValue() )).SoGeometryShader
SoShaderProgram. setGeometryShader(int pos, java.lang.String filenameOrSource, SoShaderObject.SourceTypes sourceType)
Convenience method to create a geometry shader with the specified filename and add it at the specified position.
-