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