Based on the 3D carrousel in AS3 post I added z sorting and depth management in the last post where I sorted the array of items by z distance to the camera using the Array.sort() method. The following function is the one that evaluates all z...
Wednesday, March 19, 2008
3D carrousel in AS3 v3: rotating menu »
Monday, March 17, 2008
3D carrousel in AS3 v2: Depth sorting »
Based on the 3D carrousel v3 post I migrated the code to AS3. I also added a 3D depth sorting function based on the following work. The principle is simple, you verify the distance each clip is from the 3D camera using pythagoras...
Friday, March 14, 2008
3D carrousel in AS3 v1 »
Based on the 3D carrousel v3 post I migrated the code to AS3. Use the sliders on the right to rotate in 3D space on XYZ axis. What I noticed as a major difference in this AS3 version is depth management. From a strict UI point of view, the new...
