2009-12-16 26 views

回答

0

诀窍是加载它作为DAE而不是COLLADA。例如:

var cow2:DAE = new DAE(); 
cow2.load(new XML(new CowDAE()), cowMaterials);