diff --git a/js/prototype/initScene.js b/js/prototype/initScene.js index 1ca0bb3..a37e6f7 100644 --- a/js/prototype/initScene.js +++ b/js/prototype/initScene.js @@ -313,6 +313,7 @@ function initWhompScene(scene, collidableObjects, loader, camera) { scene, null, function(object) { + object.raycastable = true; if (object.material.name === 'Shape_088' || object.material.name === 'Shape_089') { object.raycastable = false;