Packageaway3d.core.light
Interfacepublic interface ILightProvider
ImplementorsAbstractLight

Interface for objects that provide lighting to the scene

Public Properties
 PropertyDefined by
  debug : Boolean
[read-only]
ILightProvider
Public Methods
 MethodDefined by
  
light(consumer:ILightConsumer):void
Called from the PrimitiveTraverser when passing LightPrimitive objects to the light consumer object
ILightProvider
Property detail
debugproperty
debug:Boolean  [read-only]Implementation
    public function get debug():Boolean
Method detail
light()method
public function light(consumer:ILightConsumer):void

Called from the PrimitiveTraverser when passing LightPrimitive objects to the light consumer object

Parameters
consumer:ILightConsumer

See also

Wiki link
Click to go to the wiki page for ####WIKI####

Code examples

Comments