Hi, I believe I had asked something similar before, but did not really get the answer,
so decided to repharse my question and post again… so sorry about that.
Heres the problem.
I load a ball object from an object file.
For the display() method, I use an animator to call it, meaning that it will be called repeatedly.
For this ball object, I can do transformation like,rotation,translation and scaling to it.
Now, I would like to apply some changes to it. when a user selects a face, I want to shade it to the color say blue.
How do I do the shading part?
Thanks for the help…