SoShaderProgramvertexProgramTwoSide Property |
If set to true, vertex shaders will operate in two-sided color mode.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFBool vertexProgramTwoSide { get; }
Public ReadOnly Property vertexProgramTwoSide As SoSFBool
Get
public:
property SoSFBool^ vertexProgramTwoSide {
SoSFBool^ get ();
}
member vertexProgramTwoSide : SoSFBool with get
Property Value
Type:
SoSFBoolRemarks Default is false.
Note |
---|
Field available since Open Inventor 7.2 |
See Also