Panda3D
Public Types | List of all members
CullBinEnums Class Reference

Provides scoping for the enumerated type shared by CullBin and CullBinManager. More...

Inheritance diagram for CullBinEnums:
CullBinManager

Public Types

enum  BinType {
  BT_invalid = 0, BT_unsorted = 1, BT_state_sorted = 2, BT_back_to_front = 3,
  BT_front_to_back = 4, BT_fixed = 5
}
 

Detailed Description

Provides scoping for the enumerated type shared by CullBin and CullBinManager.

Member Enumeration Documentation

◆ BinType

enum BinType
Enumerator
BT_invalid 
BT_unsorted 
BT_state_sorted 
BT_back_to_front 
BT_front_to_back 
BT_fixed