A bit of an improvement. Just downloaded the newest CVS-version of glscene and now it loads my scene well without errors but...
The problem now is that glscene doesn't referr to my newly loaded objects. It loads the scene but all the positions I have set in code wont work. For example I have a hudtext and in code i set its position to
[pascal]hudtext.position.y := 5;[/pascal]
Now when i load the scene it doesn't set the position. :cry:
I tried to do like in the demo at caperaven.co.za
[pascal]hudtext := glscene1.findsceneobject('hudtext');[/pascal]
If i do that the code wont compile and it says: " incompatible types: TGLHUDText and TGLBaseSceneObject "
How can they be incompatible? :x

Could someone help me?

Thanks in advance.