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.
Disable non-conforming path tracers (google#3706)
* disabled rhodonite * disable dspbr-pt * more path tracer updates
- Loading branch information
Showing
9 changed files
with
1,433 additions
and
1,293 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -9,8 +9,8 @@ | |
"test:ci": "./scripts/ci-check-fidelity.sh", | ||
"update-screenshots": "node --experimental-modules ./lib/workflows/update-screenshots.js ./test/config.json", | ||
"build": "tsc && rollup -c", | ||
"prepare": "if [ ! -L './shared-assets' ]; then ln -s ../shared-assets ./shared-assets; fi && cp -R node_modules/dspbr-pt/dist/shader test/renderers/dspbr-pt/", | ||
"clean": "rm -rf ./dist ./lib ./test/results ./test/renderers/dspbr-pt/shader ./test/renderers/filament/{cmgen,ktx}" | ||
"prepare": "if [ ! -L './shared-assets' ]; then ln -s ../shared-assets ./shared-assets; fi", | ||
"clean": "rm -rf ./dist ./lib ./test/results ./test/renderers/filament/{cmgen,ktx}" | ||
}, | ||
"contributors": [ | ||
"Chris Joel <[email protected]>", | ||
|
@@ -35,15 +35,13 @@ | |
"@types/pngjs": "^3.4.0", | ||
"@types/puppeteer": "^5.4.4", | ||
"@types/rimraf": "^3.0.1", | ||
"dspbr-pt": "^0.3.4", | ||
"filament": "1.12.2", | ||
"focus-visible": "^5.2.0", | ||
"http-server": "^14.1.1", | ||
"lit": "^2.2.3", | ||
"mkdirp": "^1.0.4", | ||
"pngjs": "^6.0.0", | ||
"puppeteer": "^10.1.0", | ||
"rhodonite": "^0.8.5", | ||
"rimraf": "^3.0.2" | ||
}, | ||
"devDependencies": { | ||
|
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
Oops, something went wrong.