Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add LightComponent #53

Open
jamesaorson opened this issue Mar 29, 2020 · 0 comments
Open

Add LightComponent #53

jamesaorson opened this issue Mar 29, 2020 · 0 comments
Labels
api change enhancement New feature or request

Comments

@jamesaorson
Copy link
Contributor

jamesaorson commented Mar 29, 2020

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 jamesaorson added api change enhancement New feature or request labels Mar 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api change enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant