|
Isle
|
[AI] Abstract base class for a Level-of-Detail (LOD) variant of a geometric object. More...
#include <roi.h>

Public Member Functions | |
| virtual | ~LODObject () |
| virtual double | AveragePolyArea () const =0 |
| [AI] Returns the average polygon area for this LOD. More... | |
| virtual int | NVerts () const =0 |
| [AI] Returns the number of vertices for this LOD. More... | |
| virtual int | NumPolys () const =0 |
| [AI] Returns the number of polygons for this LOD. More... | |
| virtual float | VTable0x10 ()=0 |
| [AI] Unknown method related to the LOD. More... | |
[AI] Abstract base class for a Level-of-Detail (LOD) variant of a geometric object.
[AI] Used in LOD systems for 3D world objects, providing geometric information for rendering or picking.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |