Hi,
I’m trying to get the same effect as this : www.windowshop.com, I’m almost ready to complete it but I get this warning and my script crashes.
“Warning: 3D DisplayObject will not render. Its dimensions (4278, 3977) are too large to be drawn.”
To make this kind of effect I use the rotationX function and when I zoom in I tween the “z” property. I dynamically generate all thumbnails and show them as a grid using some XML data. All thumbnails are grouped into one big Sprite.
How would you create something similar to www.windowshop.com, using an algorithm that may not crash. I’m interested to see what is the best practice to make such a 3D Panel.
Thanks