actionscript-3bitmapflash-cs4

slightly blurred text and bitmaps AFTER 3d transformation


I have a series of movieclips containing both bitmaps and text. After applying some 3d transformations and moving in 3d space, my text and bitmaps are slightly blurred. This is AFTER I reset all the 3d coordinates (ie z=0, rotationX=0, rotationY=0) Has anyone else encountered this? Is there a solution to get my crisp text and bitmaps back?


Solution

  • You need to make sure you set the matrix3D property to null on any objects that you've applied 3D transformation to.