Palomino - Rules

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



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: Sat Nov 7 15:01:32 CST 2009