Hello,
I am building a website which loads some collada objects for each area.
But I couldn't manage to clean the memory. It seems impossible to kill the objects.
I've found some samples implementing destroy() methods for away3d internal classes, but they're not working as well.
I really don't know if this is a problem with player's garbage collector or with away3d itself.
Any ideas?