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
Currently the 3d viewer is part of the CascadeStudio integration, however eventually we're going to want to implement and own it ourselves so that we can add consistency between integration of various packages. when we do so react-three-fiber is a good candidate for keeping in the react ecosystem (though we could used three.js directly)
If we do want to go with react-three-fiber I have a half implementation of trying to set it up to match the style of the CascadeStudio 3d viewer, though of course we can take our own style, either way perhaps the diff might be useful.
(Note the diff is in codersandbox as it was experimenting with that repo at the time)
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
-
Currently the 3d viewer is part of the CascadeStudio integration, however eventually we're going to want to implement and own it ourselves so that we can add consistency between integration of various packages. when we do so react-three-fiber is a good candidate for keeping in the react ecosystem (though we could used three.js directly)
If we do want to go with
react-three-fiber
I have a half implementation of trying to set it up to match the style of the CascadeStudio 3d viewer, though of course we can take our own style, either way perhaps the diff might be useful.(Note the diff is in codersandbox as it was experimenting with that repo at the time)
Beta Was this translation helpful? Give feedback.
All reactions