How to NOT light a skybox

Blitz3D Forums/Blitz3D Programming/How to NOT light a skybox

_PJ_(Posted 2004) [#1]
How can I stop the skybox from being affected by my Harware lights? Due to the scaling etc. I get a huge, ugly jagged edge where half my skybox is lit, the other half isn't :/


fredborg(Posted 2004) [#2]
entityfx skybox,1 (+8 if you don't want it to be fogged)


GfK(Posted 2004) [#3]
EntityFX entity,1 ;fullbright


[edit]Fredborg types faster than me.


_PJ_(Posted 2004) [#4]
Ahh! of course :)

Thanks - that was real quick!!!
__________________________

Will that stop AmbientLight from working too?


Spacemonkey(Posted 2004) [#5]
Yes