kottore / away3d

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

removeSprite() removes a face of the container, not the sprite #143

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create 3D object (tested with Sphere)
2. add sprite to object using addSprite() (tested with MovieClipSprite)
3. try to remove sprite using removeSprite()

What is the expected output? What do you see instead?
The sprite sent as the argument for the removeSprite() method should be removed 
from its parent.  Instead, the parent removes a face and leaves the sprite in 
place.

What version of the product are you using? On what operating system?
Away3D 3.6.0, Windows 7 x64

Please provide any additional information below.
The described behavior can be viewed by running the attached file.  I've found 
a similar issue that has been reported, #116, but it is specific to Away3DLite.

Original issue reported on code.google.com by mikewalt...@gmail.com on 11 Jan 2011 at 5:28

Attachments: