Here is the code I am using.. pulled straight from the manual:
code:
sky StarField {
type = <StarField1.pcx>; // the image for a backdrop scene
speed_u = 1;
speed_v = 1.5;
scale_x = 0.5;
flags = dome,visible;
layer = 1;
}
And I have a single rectangular plane, with the guard on it in the middle of nothing. The guard is set as the default view (via player_walk action), but the sky dome doesn't show... here is what I see:
http://www.geocities.com/xagon7/skytest.jpg
(Cut and paste in browser)
Any ideas kind people?
Cam