I want to change color of individual model in my game. But when I use
effect.DiffuseColor = newColor
then all of models which were loaded from same model file change color too.
How can I do ?
|
|
|
you are changing the Diffusecolor in the same effect. there is no easy way to clone a model so the answer is before draw set the color properly for each model
|
||||
|