-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Added basic STL support * Added AxesHelper * Added basic FBX support * Added basic OBJ support and fixed unloading models on prev/next * Modified CHANGELOG * Lint fix * Update src/index.ts Co-authored-by: Sawjan Gurung <[email protected]> * Update src/App.vue Co-authored-by: Sawjan Gurung <[email protected]> * Update src/App.vue Co-authored-by: Sawjan Gurung <[email protected]> * Remove scene.remove for renderNewModel. no longer needed --------- Co-authored-by: Alexander Stocker <[email protected]> Co-authored-by: Sawjan Gurung <[email protected]>
- Loading branch information
1 parent
3a3b8fa
commit cddef5f
Showing
5 changed files
with
146 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
.idea | ||
node_modules/ | ||
dist/ | ||
dist/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters