C# Class StdPaint.Renderable

A base class representing a renderable object.
Show file Open project: TheBerkin/StdPaint

Public Properties

Property Type Description
Faces StdPaint.Face[]
ModelMatrix Matrix4

Public Methods

Method Description
Renderable ( ) : System

Method Details

Renderable() public method

public Renderable ( ) : System
return System

Property Details

Faces public property

public Face[],StdPaint Faces
return StdPaint.Face[]

ModelMatrix public property

public Matrix4,StdPaint ModelMatrix
return Matrix4