|
@@ -180,8 +180,6 @@
|
|
|
|
|
|
function onPointerDown( event ) {
|
|
function onPointerDown( event ) {
|
|
|
|
|
|
- event.preventDefault();
|
|
|
|
-
|
|
|
|
mouse.x = ( event.clientX / window.innerWidth ) * 2 - 1;
|
|
mouse.x = ( event.clientX / window.innerWidth ) * 2 - 1;
|
|
mouse.y = - ( event.clientY / window.innerHeight ) * 2 + 1;
|
|
mouse.y = - ( event.clientY / window.innerHeight ) * 2 + 1;
|
|
|
|
|