Quick light question

Blitz3D Forums/Blitz3D Programming/Quick light question

cash(Posted 2003) [#1]
I have a 3d world, a single camera parented to the player.

I have NO lights defined in my code..What is illuminating the scene ?

I would prefer it to be initially dark so I can play with light.


fredborg(Posted 2003) [#2]
Look up AmbientLight


cash(Posted 2003) [#3]
Thanks Fredborg, I didn`t think it would be that easy.