HI,
I am relatively new to OpenGL...

I am facing one problem

when I use
glColor3f(1.0f,0.0f,0.0f);

The object looks 3D

But when i use color command like this
glColor3f(250.0f,0.0f,0.0f);

It does not look 3D at all...

can any body explain me the reason..

Thanks in advance
aus