Click or drag to resize
SoVRMLIndexedShapenormalIndex Property

The indices of the normals to use for the faces or vertices depending onthe value of the normalPerVertex field.

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

Property Value

Type: SoMFInt32
Remarks

If NULL, the normals are applied to each face of the SoVRMLIndexedFaceSet in order.

See Also