diff --git a/public/static/meshes/quiz/quiz-fortress.bin b/public/static/meshes/quiz/quiz-fortress.bin index 8f29019..2573a22 100644 Binary files a/public/static/meshes/quiz/quiz-fortress.bin and b/public/static/meshes/quiz/quiz-fortress.bin differ diff --git a/public/static/meshes/quiz/quiz-fortress.gltf b/public/static/meshes/quiz/quiz-fortress.gltf index 9ffe48f..1937395 100644 --- a/public/static/meshes/quiz/quiz-fortress.gltf +++ b/public/static/meshes/quiz/quiz-fortress.gltf @@ -455,13 +455,13 @@ "count":124, "max":[ 0.8999999761581421, - 0.6101000308990479, + 0.611650288105011, 1.2000000476837158 ], "min":[ - -0.9016364812850952, + -0.9031515121459961, -3, - -0.001091092824935913 + -0.0026063472032546997 ], "type":"VEC3" }, @@ -541,7 +541,7 @@ "min":[ -0.9099999070167542, -3, - -1.043081283569336e-07 + -0.005000104196369648 ], "type":"VEC3" }, @@ -579,23 +579,23 @@ }, { "buffer":0, - "byteLength":948, + "byteLength":962, "byteOffset":524 }, { "buffer":0, "byteLength":166, - "byteOffset":1472 + "byteOffset":1488 }, { "buffer":0, "byteLength":166, - "byteOffset":1640 + "byteOffset":1656 }, { "buffer":0, "byteLength":661, - "byteOffset":1808 + "byteOffset":1824 } ], "samplers":[ @@ -606,7 +606,7 @@ ], "buffers":[ { - "byteLength":2472, + "byteLength":2488, "uri":"quiz-fortress.bin" } ] diff --git a/public/static/meshes/quiz/quiz-s2.bin b/public/static/meshes/quiz/quiz-s2.bin index 1984e4d..2665340 100644 Binary files a/public/static/meshes/quiz/quiz-s2.bin and b/public/static/meshes/quiz/quiz-s2.bin differ diff --git a/public/static/meshes/quiz/quiz-s2.gltf b/public/static/meshes/quiz/quiz-s2.gltf index d371c4e..fee9286 100644 --- a/public/static/meshes/quiz/quiz-s2.gltf +++ b/public/static/meshes/quiz/quiz-s2.gltf @@ -360,7 +360,7 @@ "count":24, "max":[ 0.8999999761581421, - 0.45010000467300415, + 0.4510999917984009, 1.2000000476837158 ], "min":[ diff --git a/src/components/InteractiveObjects/MazeQuizGame/MazeQuizGame.js b/src/components/InteractiveObjects/MazeQuizGame/MazeQuizGame.js index 38b41c7..a88e1d2 100644 --- a/src/components/InteractiveObjects/MazeQuizGame/MazeQuizGame.js +++ b/src/components/InteractiveObjects/MazeQuizGame/MazeQuizGame.js @@ -13,13 +13,13 @@ const imgParams = { width: params.wallSize*0.033, height: params.wallSize*0.033, value: 'arrow.webp', - path: '/static/meshes/quiz/', distance: params.wallSize*2 + path: '/static/meshes/quiz/', distance: params.wallSize*3 } const textParams = { type: 'TextObject', maxWidth:0.44, fontPath:'/static/fonts/Montserrat-Regular.ttf', - fontSize:0.025, distance: params.wallSize*2 + fontSize:0.025, distance: params.wallSize*3 } const defaults = { @@ -112,7 +112,7 @@ class MazeQuizGame extends EventManager { { type: 'SceneSwitcher', switchScene: this.data.switchScene, switchType: this.data.switchType, position:[0,.22,len + .52], scale: [0.33, 0.33, 0.33], - distance: params.wallSize*2 + distance: params.wallSize*4 } ] };