Inherits Mesh.
subclass of Mesh with the ability to include other Meshes.
That way, a whole set of meshes can be collapsed to a single one that can be written to .prm files
ctor.
_max_polys and _max_verts are the maximum sizes the instance can hold. Feeding more into it yields an xpanic().
Although both are rvulong, the thing can only hold as much fits into rvshort: 32000 polys and vertices.
Adds a mesh. No reference is kept, all data is copied.
false,
if the instance limits are reached
Writes the mesh to a .prm or .i-p file
Sets the grip point.
Feeding additional meshes into the class after setting grip destroys everything...
If grip is NULL,
grip point will be calculated.
[private]
Reimplemented from Mesh.
[private]
Reimplemented from Mesh.