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