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
// LightGroup represents a grouping of lights. This is used on Models to control which lights are used to light them.
type LightGroup struct {
Lights []ILight // The collection of lights present in the LightGroup.
Active bool // If the LightGroup is active or not; when a Model's LightGroup is inactive, Models will fallback to the lights present under the Scene's root.