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