Click or drag to resize
SoVRMLAppearancematerial Property

The material field, if specified, must contain an SoVRMLMaterial node.

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

Property Value

Type: SoSFNode
Remarks

If the material field is NULL or unspecified, lighting is off (all lights are ignored during rendering of the object that references this SoVRMLAppearance node) and the unlit object color is (0, 0, 0). See SoVRMLLightfor details of the VRML lighting model.

See Also