You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: