Click or drag to resize
SoTextureCoordinate2forceSending Property

Forces the texture coordinates to be sent to OpenGL even if no texture is bound.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFBool forceSending { get; }

Property Value

Type: SoSFBool
Remarks

Default is false. The default value can be set using the environment variable OIV_FORCE_TEX_COORD_SENDING. See OIV.Inventor.SoPreferences.

Note Note

Field available since Open Inventor 5.0.3

See Also