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
If you call myLight.setParent(mySceneObject); it will attach the light appropriately, including the directional component of spotlights.
I will leave this open as I'd like to make sure it can be bound in a forward manner to the SceneObject using a quick instanceof check on bindChild as usual.
Currently lights must be positioned in absolute coordinates. Would be more convenient to use if I they were transformable by scene object.
The text was updated successfully, but these errors were encountered: