DisableRenderToTexture
(Difference between revisions)
Dahnielson (Talk | contribs) |
Dahnielson (Talk | contribs) m |
||
Line 1: | Line 1: | ||
− | + | {{lua-function|disableRenderToTexture|object}} | |
+ | Disables a camera to render directly to a texture | ||
− | Example : | + | '''Example:''' |
Camera = getObject("Camera") | Camera = getObject("Camera") |
Revision as of 17:25, 8 February 2014
disableRenderToTexture(object)
Disables a camera to render directly to a texture
Example:
Camera = getObject("Camera") disableRenderToTexture(Camera)