GetLightIntensity

(Difference between revisions)
Jump to: navigation, search
Vegas (Talk | contribs)
(Created page with "Get the light intensity. Light0 = getObject("Light0") -- Scene update function onSceneUpdate() flash = getLightIntensity(Light0) -- you can rename flash ...")
Newer edit →

Revision as of 02:54, 11 April 2012

Get the light intensity.

   Light0 = getObject("Light0")
   -- Scene update 
   function onSceneUpdate()
       flash = getLightIntensity(Light0) -- you can rename flash to whatever you like
   end

Advanced use in setLightIntensity over here : [[1]]

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox