SetCameraClearColor
From MaratisWiki
Revision as of 00:07, 9 February 2014 by Dahnielson (Talk | contribs)
setCameraClearColor(object, color)
Set the background color.
-
object
: object to operate on -
color
: rgb color table
Camera = getCurrentCamera() -- Set background color to black setCameraClearColor(Camera, {0, 0, 0})