Category Archives: 3d

Fuzziness issue with native 3D animation in Flash CS4

You might have noticed that when using 3D positioning in Flash CS4 that the image becomes a little blurry. For example, check out this sample demonstrating the problem: http://www.novio.be/demo/problems/unsharp.html. The trained eye immediately spots that the left image is fuzzy and the right one is sharp. You would expect your image being sharp when you [...]

Also posted in tips, workarounds | 1 Comment

Simple multiplane 3d engine in ActionScript 3

For a simple 3D-a-like movement or interface, you don’t necessarily need a 3D engine. Consider using a multiplane engine in fake 3D for simple things like these for example:

On Kirupa.com, this technique was introduced years ago, with source code and all.
Anyway, I quickly put the code in AS3-classes to make it up-to-date. Download the sources [...]

Also posted in components | 9 Comments