kottore / away3d

Automatically exported from code.google.com/p/away3d
0 stars 0 forks source link

[Broomstick] Managing scene's child problems #148

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add an ObjectContainer3D to the scene (any primitive or loaded model will do)
2. Remove it from the scene
3. Add it again (the very same instance) to the scene

What is the expected output? What do you see instead?
You should see the object rendered and be able to remove it from the scene.
Instead, the object it's not rendered (nor it's counted in the poligons count 
of the stats) and you get an error on the removeNode method of NodeBase when 
trying to remove it again from the scene.

What version of the product are you using? On what operating system?
Revision 2945 of Away3d 4.0 Broomstick

Please provide any additional information below.

Original issue reported on code.google.com by cyberpun...@gmail.com on 2 Mar 2011 at 5:43

GoogleCodeExporter commented 8 years ago
Please fix this issue Away3D team - I've added more detail and added source 
code examples in this issue here: 
http://code.google.com/p/away3d/issues/detail?id=178

This is currently a major blocker on a project I'm working on. Would really 
appreciate a fix.

Example code to recreate this bug is attached to this comment as well.

Thx!

Original comment by macro.ma...@gmail.com on 26 Apr 2011 at 7:33

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by david.le...@gmail.com on 26 Apr 2011 at 11:25