ObjVertexColor class

ObjVertexColor class

The OBJ vertex (position and color).

Inheritance: ObjVertexColorObjVertex

The ObjVertexColor type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the ObjVertexColor class.

Properties

PropertyDescription
xGets the x coordinate.
yGets the y coordinate.
zGets the z coordinate.
rGets the red component.
gGets the green component.
bGets the blue component.

Methods

MethodDescription
equalsIndicates whether the current object is equal to another object of the same type.
equalsIndicates whether the current object is equal to another object of the same type.

See Also