Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 Bend
com.as3dmod.modifiers Bend modifier. Bends an object along an axis.
 BitmapDisplacement
com.as3dmod.modifiers BitmapDisplacement modifier. Displaces verttices based on RGB values of pixels.
 Bloat
com.as3dmod.modifiers Bloat modifier. Bloats a mesh by forcing vertices out of specified sphere.
 IMeshInfo
com.as3dmod

IMeshInfo

Provides basic information about a mesh (size, position)

 IModifier
com.as3dmod 
 Library3d
com.as3dmod.plugins Library 3D represents a 3D engine inside AS3Dmod.
 Matrix4
com.as3dmod.core Code adapted from sandy.core.data.Matrix4 and org.papervision3d.core.math.Matrix3D classes
 MeshProxy
com.as3dmod.core 
 ModConstant
com.as3dmod.util 
 Modifier
com.as3dmod.core 
 ModifierStack
com.as3dmod

Modifier Stack

The Modifier Stack is the base of AS3Dmod.

 Noise
com.as3dmod.modifiers Noise modifier. Randomly displaces each vertex in all 3 axes (or less if constraintAxes() is used).
 Perlin
com.as3dmod.modifiers Perlin modifier. Displaces vertices based on a perlin noise bitmap.
 PerlinNoise
com.as3dmod.util.bitmap 
 Phase
com.as3dmod.util 
 Pivot
com.as3dmod.modifiers Pivot modifier. Allows to move the pivot point of a 3D mesh.
 PluginFactory
com.as3dmod.plugins 
 Skew
com.as3dmod.modifiers Skew modifier. A demo of all functionalities of the modifier is here.
 Taper
com.as3dmod.modifiers Taper modifier. The taper modifier displaces the vertices on two axes proportionally to their position on the third axis.
 Twist
com.as3dmod.modifiers Twist modifier. Adapted from the Twist modifier for PV3D.
 UserDefined
com.as3dmod.modifiers Modifier with user-defined behavior. Allows users to create modifiers on the fly without creating dedicated class.
 Vector3
com.as3dmod.core Based on C++ example in "3D Math Primer", Chapter 6.
 VertexProxy
com.as3dmod.core 
 Wheel
com.as3dmod.modifiers Wheel modifier. Use it with vehicle models for wheels.
 XMath
com.as3dmod.util