Komodo icon indicating copy to clipboard operation
Komodo copied to clipboard

Add LightComponent

Open jamesaorson opened this issue 4 years ago • 0 comments

Adding a LightComponent also requires adding flags to Drawable2DComponent and Drawable3DComponent describing whether or not to render with lighting.

Render2DSystem and Render3DSystem will also need to be aware of how to render with LightComponent.

LightComponent should also have a LightSystem, but similar to CameraComponent, LightComponents are active for a specific set of Render2DSystem and Render3DSystem.

http://rbwhitaker.wikidot.com/basic-effect-lighting

jamesaorson avatar Mar 29 '20 22:03 jamesaorson