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
Is it possible to change the layering order of different objects while using react three fiber? I change the z position of the object but once the useCircle hook takes into effect, the object gets snapped to z-0 again.
I tried arranging objects by changing the line order in jsx but it's not editable and not reliable - sometimes it produces artifacts.
Is there anything in use-p2 or p2.js like z-index in CSS where I can manually set the position on z-axis?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi!
Is it possible to change the layering order of different objects while using react three fiber? I change the z position of the object but once the useCircle hook takes into effect, the object gets snapped to z-0 again.
I tried arranging objects by changing the line order in jsx but it's not editable and not reliable - sometimes it produces artifacts.
Is there anything in use-p2 or p2.js like z-index in CSS where I can manually set the position on z-axis?
Thank you!
The text was updated successfully, but these errors were encountered: