SetCameraClearColor
From MaratisWiki
Revision as of 17:17, 8 February 2014 by Dahnielson (Talk | contribs)
setCameraClearColor(object, color)
Set the background color.
Camera = getCurrentCamera() -- Set background color to black setCameraClearColor(Camera, {0, 0, 0})