MeshDataCopyVertex

class Communicator.MeshDataCopyVertex()

The data for a single vertex in a MeshDataCopy returned by a MeshDataCopyIterator

Properties

RGBA

The color of the vertex in RGBA format, if available….

UV

The vertex’s 2-dimensional texture coordinates, if…

normal

The vertex’s 3-dimensional normal, if available.

position

The vertex’s 3-dimensional position.


Properties

Communicator.MeshDataCopyVertex.RGBA

The color of the vertex in RGBA format, if available. Possible values are integers 0-255.

Communicator.MeshDataCopyVertex.UV

The vertex’s 2-dimensional texture coordinates, if available.

Communicator.MeshDataCopyVertex.normal

The vertex’s 3-dimensional normal, if available.

Communicator.MeshDataCopyVertex.position

The vertex’s 3-dimensional position.