DisableRenderToTexture
From MaratisWiki
(Difference between revisions)
Dahnielson (Talk | contribs) m |
Dahnielson (Talk | contribs) m |
||
Line 3: | Line 3: | ||
Disables a camera to render directly to a texture | Disables a camera to render directly to a texture | ||
− | + | {{lua-function-param|object|object to operate on}} | |
Camera = getObject("Camera") | Camera = getObject("Camera") |
Latest revision as of 00:12, 9 February 2014
disableRenderToTexture(object)
Disables a camera to render directly to a texture
-
object
: object to operate on
Camera = getObject("Camera") disableRenderToTexture(Camera)