[Papervision3D] [REV 257] New ASCOLLADA branch
John Grden
neoriley at gmail.com
Thu Sep 6 11:30:02 PDT 2007
sweet goodness I love you :)
Thanks Tim!
On 9/6/07, Tim Knip <tim.knip at gmail.com> wrote:
>
> Hi all,
>
> Just updated the ascollada branch.
>
> => Focus sample works, including steering.
> => Animation works (only if the dae animation is of type 'transform' !)
>
> Checkout the examples directory!
>
> basic usage:
> <code>
> import org.papervision3d.objects.DAE;
>
> var dae:DAE = new DAE( filename, optionalMaterialsList );
> dae.addEventListener( Event.COMPLETE, init3D );
> dae.addEventListener( ProgressEvent.PROGRESS, loadProgressHandler );
> scene.addChild( dae );
> </code>
>
> You can also embed a Collada file:
> <code>
> [Embed (source="myCollada.dae" mimeType="application/octet-stream")]
> public var daeClass:Class;
>
> var dae:DAE = new DAE( new daeClass(), optionalMaterialsList );
> </code>
>
> </code>
>
> Tim
>
> _______________________________________________
> Papervision3D mailing list
> Papervision3D at osflash.org
> http://osflash.org/mailman/listinfo/papervision3d_osflash.org
>
--
[ JPG ]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/papervision3d_osflash.org/attachments/20070906/d7d032ac/attachment.html
More information about the Papervision3D
mailing list