Make camera bounding box smaller to match eye separation more closely

This commit is contained in:
Diego Marcos
2018-10-29 18:44:56 -07:00
parent 0fc138e942
commit e2b82803bc

View File

@@ -98,7 +98,7 @@
id="cameraCollider"
bind__aabb-collider="enabled: isPlaying"
aabb-collider="objects: [data-collidable-head]; interval: 50; collideNonVisible: false"
geometry="primitive: box; width: 0.25; height: 0.25; depth: 0.25"
geometry="primitive: box; width: 0.10; height: 0.10; depth: 0.10"
proxy-event__wallhitstart="event: hitstart; to: a-scene; as: wallhitstart"
proxy-event__wallhitend="event: hitend; to: a-scene; as: wallhitend"
visible="false"></a-entity>