Hello. I have made a class that adds a md5 animated model to my scene.
model1 = new Model();
model2 = new Model();
When I try to make more than one instance of this class I get an error:
[Fault] exception, information=Error: A Material instance cannot be shared
How do I stop this error. thank you.