We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c62d679 commit cfac2eaCopy full SHA for cfac2ea
CHANGES.md
@@ -6,6 +6,7 @@ dev
6
7
Improvements:
8
- Update three.js to r138 (#96)
9
+- Add support to smartphones (#97)
10
11
Internals:
12
- Rename branch master to main
src/graphics3d.js
@@ -43,7 +43,7 @@ export default function (
43
onTouchStartFingersDistance,
44
canvasSize = Math.min(maxSize, window.innerWidth * innerWidthMultiplier),
45
autoRescale = true;
46
-
+
47
const onMouseDownPosition = new Int16Array(2);
48
49
container.style.width = canvasSize + 'px';
0 commit comments