SetCameraClearColor

From MaratisWiki
Jump to: navigation, search

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})
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox