extend raycaster far for mouse cursor

This commit is contained in:
Kevin Ngo
2018-08-24 12:56:39 -07:00
parent 68dcb453ae
commit 9c66325044
2 changed files with 8 additions and 8 deletions

View File

@@ -44,7 +44,7 @@
</a-entity>
<a-entity id="mouseCursor" mixin="raycaster" cursor="rayOrigin: mouse" debug-cursor
bind__raycaster="enabled: !inVR"></a-entity>
bind__raycaster="enabled: !inVR" raycaster="far: 20"></a-entity>
</a-scene>
</body>
</html>