I can't seem to do this:
Array<Material@> materials = model.materials
I get this error 'materials' is not a member of 'StaticModel'
I can access the individual materials like this:
Material@ mat = model.materials[0];
is this array not the same as the other arrays?
Thanks,
Chris :D