Home

Archive » September, 2008 «

Papervision AS3DMod – modifier for 3D Flash

Thursday, September 04th, 2008 | Author:

Modified Cube example using AS3DMod Interested to see this appear yesterday at everydayflash.com and made a quick start on a sandbox for it to get ideas on how to use it with Papervision.

A first example of AS3DMod which is a sandbox to experiment with can be found here.

Updates: Some usage tips noted for the initial version of the library using pv3d

* Seems to work fine with current SVN build of PV3D

* in com.as3dmod.modifiers.Noise.as comment out line 9:
import alternativa.types.Matrix3D; (the import is not used but will error if you only have pv3d library)

* Grab com.carlcalderon.arthropod.Debug.as from here and put it in your path as it is used in several of the files.

* Added simplfied usage code to the example here

* Added examples below using svn build.

Noise – sandpaper to mountain range: AS3DModNoise.as


Taper- rip and shrink: AS3DModTaper.as

Fish example
An idea for a Fish


Category: Code Examples, Flash, Papervision 3D | 4 Comments