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