Open GoogleCodeExporter opened 8 years ago
to get the reference to a (rendered) material on a DAE object go this way:
for each ( var mat:* in DAE.materials.materialsByName){
trace ( mat ); // mat is the reference...
trace ( mat.name ); // returns null...for solution see issue 258 :
http://code.google.com/p/papervision3d/issues/detail?id=258
}
cheers.
Original comment by daniels...@gmail.com
on 21 Feb 2010 at 3:22
Original issue reported on code.google.com by
daniels...@gmail.com
on 6 Jan 2010 at 7:32