Page 1 of 1

Sky Rotation Question [Solved]

Posted: Sat Dec 03, 2011 6:33 am
by SpartanA259
How would I make my sky dome rotate for my map? I read somewhere that said its a function in the sky file but I cant seem to figure it out.

Re: Sky Rotation Question

Posted: Sat Dec 03, 2011 6:42 am
by THEWULFMAN
Stock Kashyyyk Sky File wrote: DomeModel()
{
Geometry("kas2_sky_clouds");
rotationspeed(0.004, 0,1.0,0);


}
0.004 is the actual speed.

Re: Sky Rotation Question [SOLVED]

Posted: Sat Dec 03, 2011 2:58 pm
by SpartanA259
Thank you it works.