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
We have a requirement to show lines on the edges of the geometry in Android. There's a Show bounds option in the debug view but the lines go beyond the geometry
Show bounds in debug view
Desired result (currently displayed in HOOPS viewer)
Is there an API in Filament android to achieve the desired result? Thanks
EDIT:
I see that the geometry of the bounding lines are calculated from from RenderableManager#getAxisAlignedBoundingBox with Box#getMin and Box#getMax. Not sure why the min and max extends beyond the actual geometry of the renderable
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We have a requirement to show lines on the edges of the geometry in Android. There's a
Show bounds
option in the debug view but the lines go beyond the geometryIs there an API in Filament android to achieve the desired result? Thanks
EDIT:
I see that the geometry of the bounding lines are calculated from from
RenderableManager#getAxisAlignedBoundingBox
with Box#getMin and Box#getMax. Not sure why the min and max extends beyond the actual geometry of the renderableBeta Was this translation helpful? Give feedback.
All reactions