Torque3D Documentation / _generateds / RenderBinManager

RenderBinManager

consoledoc.h

The abstract base for all render bins.

More...

Public Attributes

bool

Limites the render bin to basic lighting only.

string

Sets the render bin type which limits what render instances are added to this bin.

float

Defines the order for adding instances in relation to other bins.

float

Defines the order for rendering in relation to other bins.

Public Functions

string

Returns the bin type string.

float

Returns the bin render order.

Detailed Description

The abstract base for all render bins.

The render bins are used by the engine as a high level method to order and batch rendering operations.

Public Attributes

bool basicOnly 

Limites the render bin to basic lighting only.

string binType 

Sets the render bin type which limits what render instances are added to this bin.

float processAddOrder 

Defines the order for adding instances in relation to other bins.

float renderOrder 

Defines the order for rendering in relation to other bins.

Public Functions

getBinType()

Returns the bin type string.

getRenderOrder()

Returns the bin render order.