Articles about fp10’

Feb 23, 2010

Blender Exporter Updated: ActionScript Vectors Support (FP10)

Posted by Dennis in 3D, ActionScript, Blender 2 comments

Another update to the Blender to ActionScript exporter. I’ve added the option to export to ActionScript Vectors. This way you can use the exported data with native Flash Player 10 3D. The export is quite basic, there’s still stuff you have to do yourself. This is the data that is exported:

vertices
indices
texture coordinates
scaling
translation
rotation

This example source code [...]


Sep 8, 2008

Flash Player 10 & Flex Builder: Class flash.geom::PerspectiveProjection could not be found.

Posted by Dennis in 3D, ActionScript, Flex No comments

I got this runtime error when trying out the new 3D features in the latest Flex SDK:
VerifyError: Error #1014: Class flash.geom::PerspectiveProjection could not be found.
This can be fixed this by setting the Flash Player version to 10.0.0 (or whatever fp10 version you’re using) in Properties > ActionScript Compiler > HTML Wrapper > Require Flash Player [...]