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