Skip to content

Commit

Permalink
Merge pull request #797 from cx20/update_playcanvas_to_latest
Browse files Browse the repository at this point in the history
Update PlayCanvas v2.0.0 to v2.1.0
  • Loading branch information
cx20 authored Oct 12, 2024
2 parents 62c3761 + 6d8fbe3 commit a2e35c4
Show file tree
Hide file tree
Showing 11 changed files with 1,036 additions and 4 deletions.
6 changes: 3 additions & 3 deletions examples/playcanvas/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<script src="../../tutorialModels/wip-extension-test-model-index.js"></script>
</head>
<body>
<!-- playcanvas.js v2.0.0 -->
<script src="../../libs/playcanvas/v2.0.0/playcanvas-latest.js"></script>
<script src="../../libs/playcanvas/v2.0.0/wasm-loader.js"></script>
<!-- playcanvas.js v2.1.0 -->
<script src="../../libs/playcanvas/v2.1.0/playcanvas-latest.js"></script>
<script src="../../libs/playcanvas/v2.1.0/wasm-loader.js"></script>

<!-- dat.gui.js -->
<script src="../../libs/common/dat.gui.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion examples/playcanvas/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if (!modelInfo) {
throw new Error('Model not specified or not found in list.');
}

const pcRoot = '../../libs/playcanvas/v2.0.0';
const pcRoot = '../../libs/playcanvas/v2.1.0';

const DEFAULT_NAME = "[default]";

Expand Down
196 changes: 196 additions & 0 deletions libs/playcanvas/v2.1.0/basis/basis.js

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions libs/playcanvas/v2.1.0/basis/basis.wasm.js

Large diffs are not rendered by default.

Binary file added libs/playcanvas/v2.1.0/basis/basis.wasm.wasm
Binary file not shown.
34 changes: 34 additions & 0 deletions libs/playcanvas/v2.1.0/draco/draco.js

Large diffs are not rendered by default.

117 changes: 117 additions & 0 deletions libs/playcanvas/v2.1.0/draco/draco.wasm.js

Large diffs are not rendered by default.

Binary file added libs/playcanvas/v2.1.0/draco/draco.wasm.wasm
Binary file not shown.
Loading

0 comments on commit a2e35c4

Please sign in to comment.