01-05-2015, 12:17 PM
Reader3ds does not provide a functionality to set the color (material) back to original material. You could reload the whole 3ds file, but this would take too long.
The easiest way is to use a simple Dictionary<object, Color> or Dictionary<object, Material> where you will store the original color / material before you change it.
The easiest way is to use a simple Dictionary<object, Color> or Dictionary<object, Material> where you will store the original color / material before you change it.
Andrej Benedik