Click or drag to resize
SoVertexProperty Properties

The SoVertexProperty type exposes the following members.

Properties
  NameDescription
Public propertyforceSending

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

Public propertyIsDisposable
ISafeDisposable interface implementation.
(Inherited from SoDisposable.)
Public propertymaterialBinding

Material binding.

Public propertynormal

Normal vector(s).

Public propertynormalBinding

Normal binding.

Public propertyorderedRGBA

Packed color(s), including transparencies.

Public propertytangent

Tangent vector(s).

Public propertytangentBinding

Tangent binding.

Public propertytexCoord

2D texture coordinate(s).

Public propertytexCoord3

3D texture coordinate(s).

Public propertyUserData
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.)
Public propertyvertex

Vertex coordinate(s).

Top
See Also