DisableRenderToTexture
From MaratisWiki
(Difference between revisions)
(Created page with "Disables a camera to render directly to a texture Example : Camera = getObject("Camera") disableRenderToTexture(Camera)") |
Dahnielson (Talk | contribs) m |
||
(3 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
+ | {{lua-function|disableRenderToTexture|object}} | ||
+ | |||
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") | ||
disableRenderToTexture(Camera) | disableRenderToTexture(Camera) | ||
+ | |||
+ | [[Category:Lua scripting]] | ||
+ | [[Category:Lua function]] | ||
+ | [[Category: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)