Hi everyone!

Updated to the latest version of Away3D, and it's caused some trouble in
my projects.

1.) I can't rotate the scene anymore. Is there a quick work-around for
this, like putting everything in an ObjectContainer3D, and rotating that?

2.) I can't change the material for a loaded Collada at runtime anymore.
Here is an example of the method I was using:


for each (var materialData:MaterialData in instance.materialLibrary) {
                                                
        materialData.material = new WireColorMaterial ();
                                                
}


Please help! Thanks!



--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

Reply via email to