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
Hey @Floppy thanks for adding this project! As stated in the @manyfold3d issue, I'm keen to give it a try for adding STP-file support. I'm not very familiar with Javascript, but I'm eager to learn. After trying some things with pure javascript, I made an attempt to get your sample working in react. at least it compiles correctly, but the model is not visible. The only thing I had to change was the export part in the main.js file. Once this works, I can have a look after the STP library. If you have time, it would be great if you can point me to some thoughts I'm missing here:
Hey @Floppy thanks for adding this project! As stated in the @manyfold3d issue, I'm keen to give it a try for adding STP-file support. I'm not very familiar with Javascript, but I'm eager to learn. After trying some things with pure javascript, I made an attempt to get your sample working in react. at least it compiles correctly, but the model is not visible. The only thing I had to change was the
export
part in themain.js
file. Once this works, I can have a look after the STP library. If you have time, it would be great if you can point me to some thoughts I'm missing here:seems like the loader works, but display fails?
The Viewer component is here
Thanks a lot for your help!
The text was updated successfully, but these errors were encountered: