Shiny metallic looking sphere

Started by
3 comments, last by Undeadlnsanity 18 years, 4 months ago
Hi all, how can i achieve very shiny metallic looking sphere in opengl ? Could anybody post me and example or send me a link ? Thanks.
Advertisement
the simplest way would be to use sphere mapping, or cube mapping, there´s a sphere-mapping tutor at nehes site.
Sphere mapping
and there is a cube-mapping tutor at ultimategameprogramming.com
Cube mapping
// fredrik
----------------------------"I refuse to answer that question on the grounds that I don't know the answer"-- Douglas Adams (1952 - 2001)
If you don't want reflections or anything, you could always search on using materials.
You might want to look into environmetal mapping.
A great visual illusion of making something look shiny is to use clear reflections. If you're not quite up to that yet then you can also use a lighting to make a sphere look shiny which is relatively easier.

This topic is closed to new replies.

Advertisement