[Papervision3D] DAE load/animation question

John Brookes jbpv3d at googlemail.com
Wed Oct 29 18:24:47 PST 2008


whoops that should be
dae.scale = 100;


2008/10/30 John Brookes <jbpv3d at googlemail.com>

> try setiing
> dae.size=100;
>
> First time I swaped from collada that was my problem.
>
>
> 2008/10/30 Kevin Burke <pajhonka at yahoo.com>
>
> Hello,
>> I have a .dae (rounded.dae) that I created in Swift3D and am using to test
>> out Papervision with Collada. The .dae has a simple animation. When I load
>> it as an instance of the Collada class, it loads fine (without animating).
>> When I try to load it as a DAE, it does not show at all. This is my code:
>>
>> var materialsList:MaterialsList = new MaterialsList();
>> materialsList.addMaterial(colorMaterial1, "blackMaterial00");
>> var dae:DAE = new DAE();
>> dae.load("rounded.dae", materialsList);
>> scene.addChild(dae);
>>
>> I compile in Flash and get this Output:
>> INFO: DisplayObject3D: COLLADA_Scene
>> INFO: DisplayObject3D: rounded
>>
>> Can anyone tell me why my DAE isn't appearing in my scene? Thanks!
>>
>> -Kevin
>>
>> _______________________________________________
>> Papervision3D mailing list
>> Papervision3D at osflash.org
>> http://osflash.org/mailman/listinfo/papervision3d_osflash.org
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://osflash.org/pipermail/papervision3d_osflash.org/attachments/20081030/40548bd1/attachment.html>


More information about the Papervision3D mailing list