forked from expo/troggle
Changed source of cave 3d files back.
This commit is contained in:
parent
56e9273047
commit
fc9977952e
@ -25,8 +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
|
||||
const ui = new CV2.CaveViewUI( viewer );
|
||||
|
||||
//ui.loadCave('{{svx3d}}.3d');
|
||||
ui.loadCave('/cave/3d/{{cave}}');
|
||||
ui.loadCave('{{svx3d}}.3d');
|
||||
//ui.loadCave('/cave/3d/{{cave}}');
|
||||
}
|
||||
window.onload = onLoad;
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user