DisableRenderToTexture
From MaratisWiki
(Difference between revisions)
Dahnielson (Talk | contribs) |
Dahnielson (Talk | contribs) m |
||
| (One intermediate revision 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") | ||
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)