Hi, i searched for sky boxes and found some pretty valuable information.
however, i'm confused about the size parameter used with 'make object cube'
i've used 20, 200, 1000 and the box pretty much looks the same on the screen. Then, when i use -1000, -2000, -5000 i seem to be in the box, to partly out of the box to completely out of the box.
I need a pretty big box but using -1000 i'm still able to see the sides and corners.
What is the size parameter expect and how can i make a box big enough for me to manuevre in? something where the edges and corners are not easily visible.
this is the code i'm using.
load image "starfield.bmp", 1
make object cube 1,-3000
texture object 1,1
wait key
thanks