downloaded and installed great, but some of the demos need to be updated. All that use lights, i changed most of them by hand:
From:
[pascal]
GLXLighting1.Enable / Disable
[/pascal]
To:
[pascal]
GLXLighting1.EnableLighting / DisableLighting
[/pascal]

and the terrain demo needs some work, i get errors with these:
[pascal]
GLXTerrain1.Data.HeightData:=ImportHeightFromRaw(' heightmap.raw');
GLXTerrain1.Data.LightData :=ImportLightFromBmp ('texturemap.bmp');
[/pascal]
The import functions no longer exists?!?

beside from them its looking great

will you place in support for Lightwave anytime?