I am having some trouble getting a seamless sky box. I have posted the code. Can someone tell me what I am doing wrong.
skybox:
//Create Object Plane for sky box
make object plane left,2000,2000
make object plane right,2000,2000
make object plane front,2000,2000
make object plane back,2000,2000
make object plane up,2000,2000
//Rotate Object Plane
rotate object left,0,90,0
rotate object right,0,270,0
rotate object back,0,360,0
rotate object up,90,180,0
//Position Object planes
position object left,0,0,1000
position object front,1000,0,2000
position object right,2000,0,1000
position object back,1000,0,0
position object up,1000,1000,1000
//Load Images for Sky Box
load image "SkyBox\SkyBox_le.bmp",left
load image "SkyBox\SkyBox_fr.bmp",front
load image "SkyBox\SkyBox_ri.bmp",right
load image "SkyBox\SkyBox_ba.bmp",back
load image "SkyBox\SkyBox_up.bmp",up
//Texture Sky Box objects
set object texture left,2,0
texture object left,left
set object texture front,2,0
texture object front,front
set object texture right,2,1
texture object right,right
set object texture back,2,1
texture object back,back
set object texture up,2,0
texture object up,up
return
Ham and Eggs Breakfast
The Chicken was involved the Pig was Committed