|
From: Geoffrey C. <Geo...@im...> - 2001-12-14 10:58:01
|
On Thu, 13 Dec 2001, Perry L. Miller IV wrote:
> > How can I change the color of FXGLObjects when no lights are
> > activated ?
>
> I'm not very familiar with FXGLObjects. However, speaking purely OpenGL,
> you need a call to glColor() rather than glMaterial(). Materials need
> light to be visible. Perhaps FXGLObjects uses materials under the hood?
>
> Per
>
This is the problem, glColor() and most of the GL function call doesn't
work with FXGLObjects (or I don't know how it works !).
But thanx,
geoffrey
|