Skip to content

Commit

Permalink
Merge pull request #493 from KhronosGroup/fix/update_asset_index
Browse files Browse the repository at this point in the history
Update asset index
  • Loading branch information
UX3D-kanzler authored Sep 5, 2023
2 parents a9dae7e + f49bf59 commit 8659815
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app_web/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default {
copy({
targets: [
{ src: ["index.html", "main.js"], dest: "dist/" },
{ src: ["../assets/models/2.0", "!../asset/models/.git"], dest: "dist/assets/models" },
{ src: ["../assets/models/Models", "!../asset/models/.git"], dest: "dist/assets/models" },
{ src: ["../assets/environments/*.hdr", "../assets/environments/*.jpg", "!../asset/environments/.git"], dest: "dist/assets/environments" },
{ src: ["../assets/images"], dest: "dist/assets" },
{ src: ["../assets/ui"], dest: "dist/assets" },
Expand Down
2 changes: 1 addition & 1 deletion app_web/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async function main() {
const state = view.createState();
state.renderingParameters.useDirectionalLightsWithDisabledIBL = true;

const pathProvider = new gltfModelPathProvider('assets/models/2.0/model-index.json');
const pathProvider = new gltfModelPathProvider('assets/models/Models/model-index.json');
await pathProvider.initialize();
const environmentPaths = fillEnvironmentWithPaths({
"footprint_court": "Footprint Court",
Expand Down

0 comments on commit 8659815

Please sign in to comment.