Torque 3D - Script Manual: RenderBinManager Class Reference

TorqueScript

Main   Class List   Namespace List   Online

RenderBinManager Class Reference
[Render Binning]

The abstract base for all render bins. More...

Inheritance diagram for RenderBinManager:

List of all members.

Public Member Functions

string getBinType ()
 Returns the bin type string.

Public Attributes

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.

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.


Member Function Documentation

string RenderBinManager::getBinType (  ) 

Returns the bin type string.


Member Data Documentation

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

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

Defines the order for rendering in relation to other bins.



Copyright © GarageGames, LLC. All Rights Reserved.