Initial commit: project plan and roadmap
Mars Rover VR Project — 5-phase plan from panorama stitching to immersive VR on Meta Quest 3. Phases: 1. Image Collection & Database (complete) 2. Panorama Stitching Pipeline (in progress) 3. Equirectangular/Spherical Output 4. 3D Assets (rover model + photogrammetry terrain) 5. VR Application (Meta Quest 3) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.tif
|
||||
*.tiff
|
||||
.env
|
||||
*.log
|
||||
node_modules/
|
||||
.gradle/
|
||||
build/
|
||||
*.apk
|
||||
*.aab
|
||||
Reference in New Issue
Block a user