-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
4 additions
and
6 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!doctype html><html><head><meta charset="UTF-8"/><title>Sync Input</title><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"/><meta name="HandheldFriendly" content="true"/><script defer="defer" src="example.bundle.js"></script></head><body><canvas id="canvas" style="position: absolute; display: block; width: 100%; height: 100%; left: 0px; top: 0px;"></canvas><div id="fps" style="color: #000000; position: absolute; display: block; width: 200px; height: 30px; left: 5px; top: 10px;"></div><div type="checkbox" style="color: #000000; position: absolute; display: block; width: fit-content; height: 20px; right: 5px; top: 10px;">Vsync <input id="vsync" type="checkbox" style="color: #000000; display: inline; width: 20px; height: 20px;"></div><div type="number" style="color: #000000; position: absolute; display: block; width: fit-content; height: 20px; right: 5px; top: 50px;">FrameRate <input id="rate" type="number" style="color: #000000; display: inline; width: 50px; height: 20px;"></div><div style="color: #000000; position: absolute; display: block; width: calc(100% - 20px); height: fit-content; left: 10px; bottom: 5px; text-align: center;">Pinch to zoom the cube, 2 touch to move the cube, 3 touch to move camera vertically and single touch to rotate.<br>Move cube with keyboard or gamepad.<br>Rotate cube with mouse. Double click to change color.</div></body></html> | ||
<!doctype html><html><head><meta charset="UTF-8"/><title>Sync Input</title><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"/><meta name="HandheldFriendly" content="true"/><script defer="defer" src="example.bundle.js"></script></head><body><canvas id="canvas" style="position: absolute; display: block; width: 100%; height: 100%; left: 0px; top: 0px;"></canvas><div id="fps" style="color: #000000; position: absolute; display: block; width: 200px; height: 30px; left: 5px; top: 10px;"></div><div type="checkbox" style="color: #000000; position: absolute; display: block; width: fit-content; height: 20px; right: 5px; top: 10px;">Vsync <input id="vsync" type="checkbox" style="color: #000000; display: inline; width: 20px; height: 20px;"></div><div type="number" style="color: #000000; position: absolute; display: block; width: fit-content; height: 20px; right: 5px; top: 50px;">FrameRate <input id="rate" type="number" style="color: #000000; display: inline; width: 50px; height: 20px;"></div><div style="color: #000000; position: absolute; display: block; width: calc(100% - 20px); height: fit-content; left: 10px; bottom: 5px; text-align: center;">Pinch to zoom the cube, 2 touch to move the cube, 3 touch to move camera vertically and single touch to rotate.<br>Move cube with keyboard or gamepad (joystick or buttons).<br>Rotate cube with mouse or gamepad. Scroll to zoom. Double click or press A to change color. Press B for haptic rumble.</div></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters