I have this sphere i'm using as a skysphere, if you look at the screenshot, notice the hole in the center, it gets smaller and smaller as my jet approaches it. I noticed the same type thing with a skybox as well, i've also used different images to texture and i still get it. What causes this? again, a screeny is attached and my code is below.
sync on : sync rate 60 : hide mouse : make camera 1 : backdrop on 1 : color backdrop 1, 0
autocam off
load object "jet.x", 1
yrotate object 1,180
fix object pivot 1
make object sphere 5,7500
load image "starfield1.jpg",6
Texture object 5,6
set object cull 5, 0
do
set object 5,1,0,0,0,0,0,0
print "Speed: ", speed#
Print "X: ", xa1#
print "Y: ", ya1#
ya1#=ya1#+mouseMoveX()*0.1 : xa1#=xa1#+mouseMoveY()*0.1
ya1#=wrapvalue(ya1#)
x1#=object position x(1)
y1#=object position y(1)
z1#=object position z(1)
ay1#=object angle y(1)
set camera to follow 1, x1#,y1#,z1#,ay1#,1,10,30,1
if upkey()>0
speed#=speed#+0.001
endif
if downkey()>0
speed#=speed#-0.001
endif
move object 1, speed#
rotate object 1, xa1#-(xa1#*2),ya1#,0
sync
loop
Illusion
X-Fleet.net