SoVertexShaderParameterBufferObjectshouldBeNormalized Property |
Specifies if the fixed-point data in the buffer object should be normalized when they are accessed.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSFBool shouldBeNormalized { get; }
Public ReadOnly Property shouldBeNormalized As SoSFBool
Get
public:
property SoSFBool^ shouldBeNormalized {
SoSFBool^ get ();
}
member shouldBeNormalized : SoSFBool with get
Property Value
Type:
SoSFBoolRemarks The default value is false.
See Also