Please help, thanks

Quote:

when I create a very large sphere that covers the whole level, I can't see the sphere, here's my code:

[/code]
ENTITY* skySphere =
{
type = "SunInnerCore.mdl";
layer = 3;
scale_x = 25;
scale_y = 25;
scale_z = 25;
flags2 = SKY | SCENE | SHOW;
}
[code]

the SunInnerCore.mld is just for testing purposes.