Palomino - Rules

©2004,2009  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: Tue May 5 22:28:08 CDT 2009