Skip to content

Commit

Permalink
Fix Postprocessing for r163 (#4745)
Browse files Browse the repository at this point in the history
* not quite fixed

* update library link
  • Loading branch information
elalish authored Apr 15, 2024
1 parent b3987ed commit c9b75ba
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 42 deletions.
105 changes: 65 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/model-viewer-effects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
],
"dependencies": {
"lit": "^2.2.3",
"postprocessing": "^6.33.3"
"postprocessing": "^6.35.3"
},
"peerDependencies": {
"@google/model-viewer": "^3.4.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ <h2 class="demo-title">Custom Effects</h2>
</div>
</model-viewer>
<script type="module">
import * as PostProcessing from 'https://cdn.jsdelivr.net/npm/postprocessing@6.30.1/build/postprocessing.esm.js';
import * as PostProcessing from 'https://cdn.jsdelivr.net/npm/postprocessing@6.35.3/build/index.js';
const customComposer = document.querySelector("effect-composer#customComposer");

const grid = new PostProcessing.GridEffect();
Expand Down

0 comments on commit c9b75ba

Please sign in to comment.