Click or drag to resize
SoVRMLAppearancetexture Property

The texture field, if specified, must contain one of the various types of texture nodes (SoVRMLImageTexture, SoVRMLMovieTexture, or SoVRMLPixelTexture).

Namespace: OIV.Inventor.VRMLnodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoSFNode texture { get; }

Property Value

Type: SoSFNode
Remarks

If the texture node is NULL or unspecified, the object that references this SoVRMLAppearance is not textured.

See Also