https://github.com/joshbrew/three_panorama_gyro
ThreeJS image panoramas example with orientation or gyro.
https://github.com/joshbrew/three_panorama_gyro
Last synced: 8 months ago
JSON representation
ThreeJS image panoramas example with orientation or gyro.
- Host: GitHub
- URL: https://github.com/joshbrew/three_panorama_gyro
- Owner: joshbrew
- License: lgpl-3.0
- Created: 2023-12-02T05:58:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-06T22:52:21.000Z (over 2 years ago)
- Last Synced: 2025-03-24T06:32:55.279Z (about 1 year ago)
- Language: JavaScript
- Size: 4.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is unfinished but it has all the code we need
TODOS:
Sort out the camera lens/zoom/perspective handling better, it's very manual right now but it's hard to avoid at the moment. In general we need to automate the camera perspective stuff as much as possible
(e.g. tracking the spectrum width so we can auto-zoom and set an x-axis using some kind of calibration step e.g. color filter paper for 1 or 2 specific wavelengths to track the x-axis onto.)
Fixing quaternion perspective stuff so we have the correct relative starting point (vertical lines)