alexvoz / as3isolib

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

IsoContainer.includeInLayout flag don't work #33

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. add IsoBox to IsoScene
2. set box.includeInLayout flag to false, render box
3. box is still in displayListChildren

What is the expected output? What do you see instead?
expected output: scene.displayListChildren.length = 0
see instead: scene.displayListChildren.length = 1

What version of the product are you using? On what operating system?
as3isolib fp10 r310, win7

Please provide any additional information below.
In IsoContainer::renderLogic you work with displayListChildren rather than 
displayListChildrenArray and child is actually removed from copy of real 
displayListChildrenArray.

Original issue reported on code.google.com by fsb.m...@gmail.com on 20 Jan 2011 at 9:29