LightSystem
Classes
Functions
LightSystem
Kind: global class
new LightSystem(engine, settings)
Param | Type |
---|---|
engine | Engine |
settings |
lightSystem.setConfiguration(name, value)
Kind: instance method of LightSystem
Param | Type |
---|---|
name | string |
value | string | number | boolean |
lightSystem.applySettingsOne(component, entity)
Kind: instance method of LightSystem
Param | Type |
---|---|
component | Light |
entity | number |
three_update_shadow_camera_extents(camera, light)
Kind: global function
Author: alteredq 28.1.2012 (three.js)
Author: Alex Goldring 02.06.2016 (Komrade)
Param | Type |
---|---|
camera | Camera |
light | Light |