GLUT + HW-T&L

Hello.

I recently upgraded from a GF1 DDR to a GF3Ti200 and I didn’t notice any increase in performance (only fillrate). So I wonder if there’s hardware support for transform & lightning in GLUT.

Hi !

GLUT has nothing to do with the HW support, OpenGL takes care of that, and if OpenGL support your hardware then GLUT does it also.

What you might look for is that you have setup an OpenGL context that is supported by hardware, if you try to use some feature that isn’t supported by your hardware, then it falls back on software instead.

Mikael