[Papervision3D] DAE File not displaying when I export to SWF

cofKarel cofkarel at gmail.com
Sat Jul 18 10:14:39 PDT 2009


Hi, I am having trouble loading a Collada file. when I press Ctrl + Enter in
flash to preview the document it displays perfectly, however when I export
it as a SWF I it is not displaying at all.

This is the code that I'm using to load it:  

var c:DAE;
c = new DAE(true, null, true);
c.scale = 5;
c.rotationY = 180;
c.y = -200;
c.z = 0;
c.load("/Female_Adult_01.dae");

character = new DisplayObject3D();
character.addChild(c);
scene.addChild(character);

the DAE contains three textures.

Thanx in advance.
-- 
View this message in context: http://www.nabble.com/DAE-File-not-displaying-when-I-export-to-SWF-tp24549933p24549933.html
Sent from the Papervision3D mailing list archive at Nabble.com.




More information about the Papervision3D mailing list