vtdata library
Public Member Functions | Public Attributes | Protected Attributes
vtItem Class Reference
Inheritance diagram for vtItem:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void Empty ()
void AddModel (vtModel *item)
void RemoveModel (vtModel *model)
unsigned int NumModels ()
vtModelGetModel (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.

 All Classes Files Functions Variables Enumerations Enumerator