Pyrogenesis trunk
|
Describes a custom selection shape to be used for a model's selection box instead of the default recursive bounding boxes. More...
#include <ModelAbstract.h>
Public Types | |
enum | EType { BOX , CYLINDER } |
Public Attributes | |
EType | m_Type |
Type of shape. More... | |
float | m_Size0 |
Box width if BOX, or radius if CYLINDER. More... | |
float | m_Size1 |
Box depth if BOX, or radius if CYLINDER. More... | |
float | m_Height |
Box height if BOX, cylinder height if CYLINDER. More... | |
Describes a custom selection shape to be used for a model's selection box instead of the default recursive bounding boxes.
float CModelAbstract::CustomSelectionShape::m_Height |
EType CModelAbstract::CustomSelectionShape::m_Type |
Type of shape.