[Papervision3D] [REV 257] New ASCOLLADA branch

Vallee, Marc-Antoine Marc-Antoine.Vallee at cossette.com
Thu Sep 6 11:36:59 PDT 2007


Hi guys,

Does collada support Bones?
If not is it because of the weigth that is hard to put for each
vertex/vertice ?

Cheers!

-----Original Message-----
From: papervision3d-bounces at osflash.org
[mailto:papervision3d-bounces at osflash.org] On Behalf Of Tim Knip
Sent: September 6, 2007 2:07 PM
To: Papervision3D at osflash.org
Subject: [Papervision3D] [REV 257] New ASCOLLADA branch

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




More information about the Papervision3D mailing list