3
votes
1answer
118 views

Rendering metallic look

I would really like to get the same metallic reflection look as in CSR Racing for my game in the simplest way possible. It doesn't have to be top-notch, but right now my rendering looks horrible and ...
1
vote
1answer
528 views

How to draw reflection of shaded objects in OpenGL?

I am trying to draw a scene with objects floating around and a mirror among them to reflect the objects in front of it. I managed to draw the reflection properly when the floating objects aren't ...