I can see it fine untill i turn on the alpha mapping i set the fov to 20000, but thx for the reply
ok i think figured it out its one of those wierd dbp things i think
it works fine if i have the object made as 4 but wont work if the object is made as 1 strange?
screenies
blue not working as object 1
[/href]http://www.geocities.com/zcdbp2004/object1blue.JPG[href]
sync on : sync rate 0
set ambient light 20
make object sphere 1,-14000
load image "sky.bmp",1
texture object 1,1
position object 1,0,0,0
set alpha mapping on 1,50
load object "test2.x",2
load image "test2.bmp",2
texture object 2,2
position object 2,0,-600,0
make object sphere 3,-15000
load image "sky2.bmp",3
texture object 3,3
position object 3,0,0,0
position camera 0,0,-550,0
set camera range 1,20000
point camera 0,0,-550,0
do
skyypos# = object position y(1)
if skyypos# = 0 then yrotate object 1,.004 * timer()
grey working as object 4
[/href]http://www.geocities.com/zcdbp2004/object4works.JPG[href]
sync on : sync rate 0
set ambient light 20
make object sphere 4,-14000
load image "sky.bmp",4
texture object 4,4
position object 4,0,0,0
set alpha mapping on 4,50
load object "test2.x",2
load image "test2.bmp",2
texture object 2,2
position object 2,0,-600,0
make object sphere 3,-15000
load image "sky2.bmp",3
texture object 3,3
position object 3,0,0,0
position camera 0,0,-550,0
set camera range 1,20000
point camera 0,0,-550,0
do
skyypos# = object position y(4)
if skyypos# = 0 then yrotate object 4,.004 * timer()