Packageaway3d.core.light
Interfacepublic interface ILightProvider
ImplementorsAmbientLight3D, DirectionalLight3D, PointLight3D

Interface for objects that provide lighting to the scene

Public Methods
 MethodDefined by
  
light(consumer:ILightConsumer):void
Called from the PrimitiveTraverser when passing LightPrimitive objects to the light consumer object
ILightProvider
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 — The consumer instance.

See also

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

Code examples

Comments