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