C# Class StdPaint.Face

Represents one face of a mesh.
显示文件 Open project: TheBerkin/StdPaint Class Usage Examples

Public Properties

Property Type Description
Color BufferColor
Triangles StdPaint.Triangle3f[]

Public Methods

Method Description
Face ( BufferColor color ) : System

Create a new Face from one or more triangles.

Method Details

Face() public method

Create a new Face from one or more triangles.
public Face ( BufferColor color ) : System
color BufferColor
return System

Property Details

Color public_oe property

The color of the face.
public BufferColor Color
return BufferColor

Triangles public_oe property

The triangles of the face.
public Triangle3f[],StdPaint Triangles
return StdPaint.Triangle3f[]