Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

Commit

Permalink
Performance test suite #22
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed Jun 25, 2021
1 parent 3a4498d commit ab757f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions visualTests/test_convert_glTF_MAP.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@

const xktLoader = new XKTLoaderPlugin(viewer);

utils.loadJSON("./../assets/models/gltf/MAP.gltf", async (data) => {
utils.loadJSON("../assets/models/gltf/MAP.gltf", async (data) => {

utils.loadJSON("./../assets/metaModels/MAP.json", async (metaModelData) => {
utils.loadJSON("../assets/metaModels/MAP.json", async (metaModelData) => {

const xktModel = new XKTModel();

Expand Down

0 comments on commit ab757f8

Please sign in to comment.