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 can use a feature of OpenSCAD --viewall to make sure the parts is not cut off on first load, but when we use the feature we need to sync up the camera position in OpenSCAD to our three.js camera so that later renders still work.
All of this information is already provided to you, you just need to sync if the cameras with the info that comes back from openSCAD.
This video has a more thorough explanation as well as some tips on which files need to be changed.
Screen.Recording.2021-10-17.at.11.07.17.am.mp4
You should work off the kurt/openscad-view-all branch (and it might help to see the diff for this branch, but not necessary 38ab79a)
If you'd like to contribute the CadHub but this issue is taken or you'd prefer something else, have a look at #535 to see if there's something else you would like
The text was updated successfully, but these errors were encountered:
We can use a feature of OpenSCAD
--viewall
to make sure the parts is not cut off on first load, but when we use the feature we need to sync up the camera position in OpenSCAD to our three.js camera so that later renders still work.All of this information is already provided to you, you just need to sync if the cameras with the info that comes back from openSCAD.
This video has a more thorough explanation as well as some tips on which files need to be changed.
Screen.Recording.2021-10-17.at.11.07.17.am.mp4
You should work off the
kurt/openscad-view-all
branch (and it might help to see the diff for this branch, but not necessary 38ab79a)After you have seeded your db going to http://localhost:8910/u/local-user-1/demo-project1/ide will show you the hinge from video.
Files of interest are:
app/web/src/helpers/cadPackages/openScad/openScadController.ts
app/web/src/helpers/hooks/useIdeState.ts
app/web/src/components/IdeViewer/IdeViewer.tsx
Follow the instructions in CONTRIBUTING.md to get setup, and of course ask for help here or in the dev-help discord channel.
If you'd like to contribute the CadHub but this issue is taken or you'd prefer something else, have a look at #535 to see if there's something else you would like
The text was updated successfully, but these errors were encountered: