diff --git a/src/components/media-loader.js b/src/components/media-loader.js index 916e8c796b4545927446f97d5c57e27bf033b173..586318148ef2a053332dc38e2de6812d238d2922 100644 --- a/src/components/media-loader.js +++ b/src/components/media-loader.js @@ -28,7 +28,7 @@ AFRAME.registerComponent("media-loader", { const box = getBox(this.el, mesh); const scaleCoefficient = resize ? getScaleCoefficient(0.5, box) : 1; this.el.object3DMap.mesh.scale.multiplyScalar(scaleCoefficient); - if (this.el.body && this.shapeAdded) { + if (this.el.body && this.shapeAdded && this.el.body.shapes.length > 1) { this.el.removeAttribute("shape"); this.shapeAdded = false; } else if (this.el.body.shapes.length === 0) { diff --git a/src/input-mappings.js b/src/input-mappings.js index 2dcd431c104fc391ce639399a18e11a4d4054712..6b1b4e955b95acfd13c469804c2f1478fd1435a1 100644 --- a/src/input-mappings.js +++ b/src/input-mappings.js @@ -68,7 +68,6 @@ const config = { "oculus-touch-controls": { joystick_dpad4_west: { right: "snap_rotate_left" }, joystick_dpad4_east: { right: "snap_rotate_right" }, - joystick_dpad4_center: { left: "action_primary_up", right: "action_primary_up" }, gripdown: ["primary_action_grab", "middle_ring_pinky_down"], gripup: ["primary_action_release", "middle_ring_pinky_up"], abuttontouchstart: ["thumb_down", "increase_radius"],