hi guys ive made a basic skybox with one picture going all the way around this is the code
Rem Project: skybox
Rem Created: 27/06/2007 20:07:59
Rem ***** Main Source File *****
load image \\\"sky.jpg\\\",3
make object cube 1,-5000
set camera range 0,1500
texture object 1,3
position object 1,0,0,0
set object texture 1,3,0
set object light 1,0
set object fog 1,0
position camera 0,0,0,0
do
control camera using arrowkeys 0,1.5,2
loop
can any one help me in telling me how i can get it so i have a different picture on each side of the cube so i can make it more realistics i got pictures that i can use i just need code thanx
life is short but so am i