AS3 3D object modifier
AS3Dmod is a library of modifiers for 3d objects. A modifier is an function used to modify a 3d object. Currently AS3Dmod contains 7 modifiers:
- Bend - bends on object along an axis
- Noise - deforms an object in a random manner
- Skew - skews an object along one or more axes
- Taper - http://www.kxcad.net/autodesk/3ds_max/Autodesk_3ds_Max_9_Reference/taper_modifier.html
- Bloat - Bloats the mesh by forcing vertices out of specified sphere
- Perlin - Generates a perlin noise bitmap and displaces vertices based on the color value of each pixel of the noise map
- Twist - twists the mesh around it’s center point
http://code.google.com/p/as3dmod/
Add comment February 25th, 2009