if i turn on fog, i cannot see my skybox.
i did set entityfx on the skybox to be Full Bright, so i should be able to see it.
if i uncomment these, and generate fog
;CameraFogMode camera,1
;CameraFogRange camera,150,250
and i use this to create the skybox
SkyBoxID = CreateCube() ;(camera)
ScaleMesh SkyBoxID,1000,1000,1000
FlipMesh SkyBoxID
EntityOrder SkyBoxID,1000
t=LoadTexture("gfx\sky1.jpg")
EntityTexture SkyBoxID,t
EntityFX SkyBoxID,1
PositionEntity SkyBoxID,0,0,0,1
ShowEntity SkyBoxID
the skybox is not there, fogged out to black.
if i turn off the fog, the box appears again.
this seems strange to me...
is it something i'm doing wrong?
i did set entityfx on the skybox to be Full Bright, so i should be able to see it.
if i uncomment these, and generate fog
;CameraFogMode camera,1
;CameraFogRange camera,150,250
and i use this to create the skybox
SkyBoxID = CreateCube() ;(camera)
ScaleMesh SkyBoxID,1000,1000,1000
FlipMesh SkyBoxID
EntityOrder SkyBoxID,1000
t=LoadTexture("gfx\sky1.jpg")
EntityTexture SkyBoxID,t
EntityFX SkyBoxID,1
PositionEntity SkyBoxID,0,0,0,1
ShowEntity SkyBoxID
the skybox is not there, fogged out to black.
if i turn off the fog, the box appears again.
this seems strange to me...
is it something i'm doing wrong?