forked from google/model-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Move model-viewer to sub-package folder * Add Lerna * Add build script * Make scripts 'stream' * Relocate rebase-added file * Fix check fidelity script in CI
- Loading branch information
Christopher Joel
authored
Jan 9, 2020
1 parent
8234a22
commit 2aeefa3
Showing
346 changed files
with
15,854 additions
and
9,272 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,14 +1,4 @@ | ||
renderers/* | ||
node_modules/* | ||
dist/* | ||
lib/* | ||
fidelity/* | ||
test/fidelity/results/* | ||
examples/built/* | ||
examples/assets/glTF-Sample-Models | ||
**/*.sw* | ||
.vscode | ||
*.swp | ||
.DS_Store | ||
.idea | ||
*.iml | ||
test/fidelity/renderers/filament/cmgen | ||
test/fidelity/renderers/filament/ktx | ||
node_modules |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "0.0.0" | ||
} |
Oops, something went wrong.