vrdGLSLShaderParameterMatrix

class vrdGLSLShaderParameterMatrix

(Inherits vrdGLSLShaderParameter)

Functions

vrdGLSLShaderParameterMatrix.getValue()
Returns:The matrix value of the shader parameter.
Return type:QMatrix4x4
vrdGLSLShaderParameterMatrix.setValue(value)

Sets the value of the shader parameter.

Parameters:value (QMatrix4x4) – New value.