ssell / OcularEngine

Ocular Rendering Engine
http://www.ocularengine.com
Apache License 2.0
7 stars 6 forks source link

Editor Widget Bounds Visibility #141

Open ssell opened 8 years ago

ssell commented 8 years ago

The editor gizmo widget is only visible if the world origin and the object is in view. Most likely due to incorrect gizmo position being used during frustum culling.

ssell commented 8 years ago

The gizmo is lost when a child is added, and then that child is selected.

Not until all children are removed and the object is moved to world origin and back does the gizmo return.