Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages
iModelDataObject Struct Reference
One object in the scene. More...
#include <imesh/mdldata.h>
Inheritance diagram for iModelDataObject:

Public Member Functions | |
virtual iModelDataVertices * | GetDefaultVertices () const =0 |
Return the default vertex set. | |
virtual iObject * | QueryObject ()=0 |
Query the iObject for the model data. | |
virtual void | SetDefaultVertices (iModelDataVertices *)=0 |
Set the default vertex set. |
Detailed Description
One object in the scene.This structure is intended for solid objects, i.e. not for lights or cameras. Children should be polygons, curves etc.
Every object contains a list of vertices. These vertices are shared between polygons (and curves if possible).
Definition at line 315 of file mdldata.h.
Member Function Documentation
|
Return the default vertex set.
|
|
Query the iObject for the model data.
|
|
Set the default vertex set.
|
The documentation for this struct was generated from the following file:
- imesh/mdldata.h
Generated for Crystal Space by doxygen 1.4.4