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