Hey guys, I was just trying to place a skybox, but every time I scale it to be really big, 1 of 2 things will happen, the sky is black or the sky is black and I'm stuck inside the box. If I scale it to be smaller it is visible and I'm not stuck, but the box is WAY to small. Any ideas on how to fix this?
Here is one of the pieces of code that I tried.
`load skybox
Load Object "Skybox/Gas.dbo",5
Scale Object 5, 100000, 100000, 100000
Load Image "Skybox/gas_B.dds",5
Texture Object 5,5
`position skybox
Position Object 5, 0, 0, 0
Cheers.
God help me, Please.