# HG changeset patch # User Sebastien Jodogne # Date 1689849272 -7200 # Node ID 549ba7ada071c8b6537f1c5bb3872d6296521914 # Parent 8b265e711351e0d34de6764b33bb1e29f4b46a20 make the viewer use the /instances/.../stl route diff -r 8b265e711351 -r 549ba7ada071 Sources/viewer.js --- a/Sources/viewer.js Tue Jul 18 17:05:23 2023 +0200 +++ b/Sources/viewer.js Thu Jul 20 12:34:32 2023 +0200 @@ -65,7 +65,8 @@ const loader = new STLLoader() loader.load( - '../../instances/' + instanceId + '/content/0042-0011', + //'../../instances/' + instanceId + '/content/0042-0011', + '../../instances/' + instanceId + '/stl', function (geometry) { const frustumSize = 200;