[Papervision3D] Loading multiple collada objects

dsdsdsdsd shannonhburnett at hotmail.com
Wed Oct 22 06:37:28 PDT 2008


I believe Tim mentioned that DAE cannot be cloned yet.

you need to get the model out of the Collada ( dae ):
var colla         : Collada             = new Collada("Car.dae");
var car_model : DisplayObject3D = colla.getChildByName( "the_car" , true ) 
;

var temp_colla:DisplayObject3D = car_model.clone() ;

Shannon

-- 
View this message in context: http://www.nabble.com/Loading-multiple-collada-objects-tp20089903p20110878.html
Sent from the Papervision3D mailing list archive at Nabble.com.




More information about the Papervision3D mailing list