vtItem Class Reference
List of all members.
|
Public Member Functions |
|
void | Empty () |
|
void | AddModel (vtModel *item) |
|
void | RemoveModel (vtModel *model) |
|
unsigned int | NumModels () |
|
vtModel * | GetModel (int i) |
Public Attributes |
|
vtString | m_name |
|
FRECT | m_extents |
Protected Attributes |
|
vtArray< vtModel * > | m_models |
Detailed Description
Represents a "culture" item. A
vtItem has a name and any number of tags which provide description. It also contains a set of models (
vtModel) which are polygonal models of the item at various LOD.