We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b6bb41 commit 37ed37dCopy full SHA for 37ed37d
2 files changed
README.md
@@ -5,7 +5,7 @@ See the demo:<br />
5
https://html3d.com
6
7
The demo showcases a fully recursive game-within-a-game.<br>
8
-The demo works in Chromium-based browsers and Safari. Unfortunately, the demo is too large for Firefox to handle.
+The demo works in Chrome, but not so good in Safari and Firefox unfortunately.
9
10

11
src/index.html
@@ -806,7 +806,7 @@
806
const cameraHeightTop = 10;
807
const cameraHeightBottom = 600;
808
const halfCameraWidth = (cameraWidth / 2);
809
- // AABB Collision
+ // AABB collision
810
const panelsIntersectsBox = (boundingBox) => {
811
let result = false;
812
for (let i = 0, c = html3d.panels.length; i < c; i++) {
0 commit comments