Smoother lightning

Started by
0 comments, last by Cone83 22 years, 5 months ago
Hello everybody! I just started OpenGL programming, so excuse me if this is a silly question... The problem is, that if you look on my objects you can easily recognize the quads or triangles. Here you can see it: http://www.konstantin-schauwecker.de/secure/snap1_low.png is there a way to make it look smoother without increasing the amount of polygons? Thanx Konstantin Schauwecker
Advertisement
You could use "gouraud shading" to make the quads less visible. You give each vertex a colour and the colours get interpolated across the tri/quad. If you look in the OpenGL docs and on google you should find plenty of information about it.

This topic is closed to new replies.

Advertisement