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 SoGeometryShaderSoShaderProgram. getGeometryShader(int pos)Returns the geometry shader at the specified position.SoGeometryShaderSoShaderProgram. setGeometryShader(int pos, java.lang.String filenameOrSource)Calls setGeometryShader(pos, filenameOrSource, SoShaderObject.SourceTypes.valueOf( SoShaderObject.SourceTypes.FILENAME.getValue() )).SoGeometryShaderSoShaderProgram. 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.
-