Palomino - Rules

©2004,2008  Jim E. Brooks   http://www.palomino3d.org


Contents


Rules

DestroyObject Event

[2008/11]

Some 3D models consume large amounts of memory (tens of megabytes). Smart-pointers to Objects are everywhere in the simulator, so module cannot directly destroy an Object. Rather, an event must be broadcast to release all references to it. References to Objects exist in both Lua and C++, so the event must be broadcast across both.

See Object Destruction.


Last modified: Fri Nov 28 12:21:30 EST 2008