alexvoz / as3isolib

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

sorting problem when moving objects #29

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add some IsoBox or IsoSprite to a scene using DefaultSceneLayoutRenderer
2. Move the objects
3.

What is the expected output? What do you see instead?
The objects should be renderer in the correct order but some objects are not in 
the correct order

What version of the product are you using? On what operating system?
r305

Please provide any additional information below.
download attachment to see the problem

Original issue reported on code.google.com by raulfern...@gmail.com on 14 Jun 2010 at 8:41

Attachments:

GoogleCodeExporter commented 9 years ago
well, i've been working on this problem recently.
i just found the event triggered by invalidating position costs a lot of CPU 
and memory and i chose to modify the lib and call the scene to render 
explicitly.

the DefaultSceneLayoutRenderer works well but you got to set the width and 
length of the IsoBox so that it can work well

Original comment by patrick....@gmail.com on 2 Sep 2011 at 9:38

GoogleCodeExporter commented 9 years ago
I see there's a fairly recent response to this issue.  Is there a new build 
that's available or will possibly be posted in the near future?

Original comment by j...@relishinteractive.com on 10 Sep 2011 at 12:05