PDA

View Full Version : Spinning



ice987
January 25th, 2006, 09:26 AM
Hello

I am using swift 3d to spin a coin with the date on it, Is is possible to have the letters not invert when the back of the coin is shown.

jfoley
January 25th, 2006, 12:14 PM
You'd need to make two texture maps. One inverted and the other not. Apply them to your object and then you're good to go.

To do this you'd also need to be familiar with Surface Groups.
Here is a tutorial on surface groups (http://www.erain.com/support/tutorials/v4/surfacesmoothinggroups/).