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