I have a new question, why does my sky box not load? I have tried everything, and it does not work!!!!
heres the complete programme...
http://dl.dropbox.com/u/8822351/Dark%20GDK%20-%203D%20Game1.zip
and heres the skybox code...
//Skybox
dbLoadObject("files\\sky\\am.x", 7 );
dbScaleObject( 7, 5000, 5000, 5000 );
dbSetObjectLight( 7, 1 ); //BOOL? 0 = off 1 = on ? Any ideas?
dbSetObjectTexture( 7, 0, 0 ); //Dont know how to use this command - please help!!!
dbMakeCamera(1);
dbPositionCamera(1,0,110,-170);
If i need to do something else or have just messed it up please let me know...it's driving me mad!!!
Thanks folks...UNSEEN