changed source of 3d files for cave viewer, to see if it works better

This commit is contained in:
Martin Green 2023-06-07 22:45:36 +01:00
parent 12cee59605
commit 56e9273047

View File

@ -25,7 +25,8 @@
// Note the special code in views.caves.py to do this. The appropriate .svx/.3d file may not be simply the cave name +.3d // Note the special code in views.caves.py to do this. The appropriate .svx/.3d file may not be simply the cave name +.3d
const ui = new CV2.CaveViewUI( viewer ); const ui = new CV2.CaveViewUI( viewer );
ui.loadCave('{{svx3d}}.3d'); //ui.loadCave('{{svx3d}}.3d');
ui.loadCave('/cave/3d/{{cave}}');
} }
window.onload = onLoad; window.onload = onLoad;
</script> </script>