This commit is contained in:
seb
2025-08-25 06:14:34 +02:00
parent 7a4f1fa3df
commit eef1e3a789
2 changed files with 159 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>3D Cube Viewer</title>
</head>
<body>
@@ -17,6 +17,10 @@
<p>🖱️ Left click + drag: Rotate around model</p>
<p>🖱️ Right click + drag: Pan</p>
<p>⚙️ Mouse wheel: Zoom in/out</p>
<hr style="margin: 10px 0; border: 1px solid #555;">
<p>👆 Single finger drag: Rotate around model</p>
<p>🤏 Pinch to zoom: Zoom in/out</p>
<p>✌️ Two finger drag: Pan around scene</p>
</div>
</div>
</body>