| Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
SHLChunkPtr --+
|
vrSHLChunkPtr
Deprecated. Use API v2 vrdGLSLShaderChunk and vrdGLSLShaderParameter types instead.
The SHLChunkPtr class provides direct access to all data of an OpenGL Shader Chunk.
| Instance Methods | |||
|
|||
|
|||
| unsigned integer |
|
||
| SHLChunkPtr |
|
||
| bool |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Class Variables | |
__instance_size__ = 64
|
|
| Method Details |
The constructor of the vrSHLChunkPtr class. There are four valid versions: vrSHLChunkPtr() Creates a vrTextureChunkPtr object. vrSHLChunkPtr(source) Creates a vrTextureChunkPtr object from an unsigned int. vrSHLChunkPtr(source) Creates a vrTextureChunkPtr object from a StateChunkPtr. vrSHLChunkPtr(source) Creates a vrTextureChunkPtr object from a SHLChunkPtr.
|
Returns the field access.
|
Returns the node id.
|
Returns the OpenSG SHLChunkPtr.
|
Returns true when the node is valid. Should be called for sanity reasons after searching a material with findMaterial.
|
Sets an OpenGL Shading Language integer parameter.
|
Sets an OpenGL Shading Language real parameter.
|
Sets an OpenGL Shading Language vec2f parameter.
|
Sets an OpenGL Shading Language vec3f parameter.
|
Sets an OpenGL Shading Language vec4f parameter.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Nov 29 09:33:22 2024 | http://epydoc.sourceforge.net |