vrdGLSLShaderParameterVec3f

class vrdGLSLShaderParameterVec3f

(Inherits vrdGLSLShaderParameter)

Functions

vrdGLSLShaderParameterVec3f.getValue()
Returns:The three components vector value of the shader parameter.
Return type:QVector3D
vrdGLSLShaderParameterVec3f.setValue(value)

Sets the value of the shader parameter.

Parameters:value (QVector3D) – New value.