Palomino - Rules

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


Contents


Rules

[2008/10]

Detach Object Event

[2008/10]

detach object originates from the World::Detach(object) method.

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.


Last modified: Tue Oct 21 00:02:32 EDT 2008