DisableRenderToTexture

From MaratisWiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "Disables a camera to render directly to a texture Example : Camera = getObject("Camera") disableRenderToTexture(Camera)")
 
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}}
Example :
+
  
 
     Camera = getObject("Camera")
 
     Camera = getObject("Camera")
 
     disableRenderToTexture(Camera)
 
     disableRenderToTexture(Camera)
 +
 +
[[Category:Lua scripting]]
 +
[[Category:Lua function]]
 +
[[Category:Camera]]

Latest revision as of 01: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)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox