Aiden
fbdb733f13
Updates
Test / test (push) Successful in 9m33s
2026-06-11 05:48:19 +10:00
Aiden
a470d4bdc7
additions and refactors
Test / test (push) Successful in 9m30s
2026-06-11 05:27:20 +10:00
Aiden
ea184ba448
More reffactors
2026-06-10 17:23:06 +10:00
Aiden
707cad3719
Loop and other fixes
Test / test (push) Successful in 9m37s
2026-06-10 16:17:08 +10:00
Aiden
857c9ac980
carosel images
Test / test (push) Successful in 9m32s
2026-06-10 15:12:25 +10:00
Aiden
c28386ccdd
New screen behaviour
Test / test (push) Successful in 9m33s
2026-06-10 14:58:26 +10:00
Aiden
ba3c2785d8
Hand tracking
Test / test (push) Has been cancelled
2026-06-10 14:54:56 +10:00
Aiden
c1fbfd3b5e
hand adjsutments
Test / test (push) Successful in 9m30s
2026-06-10 14:32:47 +10:00
Aiden
5397bf1a5c
Create index.html
Test / test (push) Has been cancelled
2026-06-10 14:29:23 +10:00
Aiden
82d5c31ab2
clean up and hand tracking
Test / test (push) Has been cancelled
2026-06-10 14:29:15 +10:00
Aiden
95b9bc7cdc
added VR180 test
Test / test (push) Successful in 9m26s
2026-06-10 13:18:35 +10:00
Aiden
0879f1685a
status banner
Test / test (push) Successful in 9m26s
2026-06-10 12:56:57 +10:00
Aiden
8402fcd640
new test hub
Test / test (push) Has been cancelled
2026-06-10 12:51:31 +10:00
Aiden
030a8b724b
added image support
2026-06-10 12:48:36 +10:00
Aiden
24a166046e
more refactors
Test / test (push) Successful in 9m32s
2026-06-10 12:37:48 +10:00
Aiden
d9a5ec9018
change bind address
2026-06-10 12:32:33 +10:00
Aiden
481ca9fc47
more refactor
Test / test (push) Successful in 9m26s
2026-06-10 12:27:12 +10:00
Aiden
ca577d2e92
CI/CD
Test / test (push) Successful in 10m27s
2026-06-10 11:58:18 +10:00
Aiden
a254dca518
Added tests in
2026-06-10 11:57:23 +10:00
Aiden
74706a166a
Folder organisation
2026-06-10 11:55:14 +10:00
Aiden
f5c82d3b78
more refactoer
2026-06-10 11:51:34 +10:00
Aiden
cb332abd4f
Further refactor
2026-06-10 11:37:02 +10:00
Aiden
899027e531
Seperation
2026-06-10 11:26:29 +10:00
Aiden
fd82e1666f
npm testing
2026-06-10 11:03:43 +10:00
Aiden
7265842deb
UI update
2026-06-10 10:53:06 +10:00
Aiden
36986ae639
removed built files
2026-06-10 10:37:40 +10:00
Aiden
d24e2021f2
Typescript conversion
2026-06-10 10:35:14 +10:00
Aiden
91b612785b
Initial build
2026-06-10 10:19:03 +10:00
Verdi
3bd2c135a9
update demo page
2026-02-19 13:12:49 -06:00
Verdi
2194a4726e
Force GitHub Pages rebuild
2026-02-19 13:09:41 -06:00
Verdi
858eb62947
Update CDN urls in readme
2026-02-19 12:32:47 -06:00
Michael Verdi
d52a722ce7
Merge pull request #5
...
Resolve image paths relative to script URL for CDN support
v1.0.2
2026-02-19 12:17:20 -06:00
Verdi
40e3711925
Resolve image paths relative to script URL for CDN support
2026-02-19 12:15:36 -06:00
Michael Verdi
c41ad12b32
Update index.html
...
Updated to use jsdelivr URLs
2026-02-19 11:23:08 -06:00
Michael Verdi
dbe6e5b1d9
Update README.md
...
Added jsdelivr.net CDN links
2026-02-19 11:21:45 -06:00
Michael Verdi
626b7f451b
Create .gitattributes
v1.0.1
2026-02-19 11:13:56 -06:00
Michael Verdi
a56e36eaf6
Merge pull request #4 from Verdi/fix/quest-stereo-v2
...
Fix stereo eye detection with multiple fallback methods
v1.0.0
2026-01-26 23:39:48 -06:00
Verdi
bebcb3d355
Fix stereo eye detection with multiple fallback methods
...
- Replace onBeforeRender stereo detection to use cascading fallbacks:
1. Direct xrCamera.cameras[0]/[1] comparison
2. View matrix matrixWorldInverse.elements[12] with 0.001 threshold
3. Projection matrix elements[8] as last resort
- Add video texture sync in renderXR before render call
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-26 23:27:45 -06:00
Michael Verdi
f4fb9cf6bb
Merge pull request #3 from Verdi/revert-1-fix/quest-stereo-rendering
...
Revert "Fix stereo rendering glitches on Meta Quest browsers"
2026-01-26 23:14:47 -06:00
Michael Verdi
38200c82f2
Revert "Fix stereo rendering glitches on Meta Quest browsers"
2026-01-26 23:12:43 -06:00
Michael Verdi
715e762fc9
Merge pull request #2 from Verdi/fix/quest-stereo-rendering
...
update video
2026-01-26 22:51:52 -06:00
Verdi
928fafa290
update video
2026-01-26 22:41:56 -06:00
Michael Verdi
065e8310e3
Merge pull request #1 from Verdi/fix/quest-stereo-rendering
...
Fix stereo rendering glitches on Meta Quest browsers
2026-01-26 18:23:51 -06:00
Verdi
4183ae2530
Fix stereo rendering glitches on Meta Quest browsers
...
Replace camera reference comparison with view matrix eye detection
for more reliable left/right eye identification. Recent Quest Browser
updates (Chromium 138/140, Horizon OS v83) changed WebXR multiview
behavior, causing the previous xrCamera.cameras[0]/[1] comparison
to fail intermittently on the left eye.
The new approach uses activeCamera.matrixWorldInverse.elements[12]
(the X translation in the view matrix) which reliably indicates:
- Negative value = left eye
- Positive value = right eye
This method is consistent across both Quest Browser and Safari/VisionOS.
Also adds explicit video texture synchronization in the render loop
to prevent timing-related glitches.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-26 18:20:13 -06:00
Michael Verdi
d869f75e1e
Update vr180-player.js
...
Updated threejs CDN link with one that updates to latest version.
2026-01-26 11:07:07 -06:00
Michael Verdi
b559ea6ebf
Merge remote changes with canvas positioning fix
2025-08-01 15:23:12 -05:00
Michael Verdi
85baf3cd79
Fix 2D canvas positioning bug
...
- Changed canvas positioning from absolute to relative in start2DMode()
- Resolves issue where content below video was hidden underneath canvas
- Fixes canvas disappearing during page resize and fullscreen operations
- Canvas now properly flows within document layout
2025-08-01 15:22:26 -05:00
Michael Verdi
0a8cb8196c
Update README.md
2025-08-01 14:45:12 -05:00
Michael Verdi
5087c3cbb2
Merge remote changes with local updates
2025-08-01 14:40:20 -05:00
Michael Verdi
0ef4ca56a5
Update HTML, CSS, and video file
...
- Updated index.html with latest changes
- Updated vr180player/vr180-player.css with styling improvements
- Updated sbs-video.mp4 with new video content
2025-08-01 14:38:42 -05:00