Skip to content

Commit 37ed37d

Browse files
update
1 parent 3b6bb41 commit 37ed37d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ See the demo:<br />
55
https://html3d.com
66

77
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.
8+
The demo works in Chrome, but not so good in Safari and Firefox unfortunately.
99

1010
![HTML3D demo](./images/html3d_demo.png?raw=true "HTML3D demo")
1111

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@
806806
const cameraHeightTop = 10;
807807
const cameraHeightBottom = 600;
808808
const halfCameraWidth = (cameraWidth / 2);
809-
// AABB Collision
809+
// AABB collision
810810
const panelsIntersectsBox = (boundingBox) => {
811811
let result = false;
812812
for (let i = 0, c = html3d.panels.length; i < c; i++) {

0 commit comments

Comments
 (0)