@thethingteam/colmap-viewer 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/dist/colmap-viewer.js +926 -531
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# colmap-viewer
|
|
2
2
|
|
|
3
|
+
[](https://github.com/thethingteam/colmap-viewer/actions/workflows/ci.yml)
|
|
4
|
+
|
|
3
5
|
Browser-based 3D viewer for [COLMAP](https://colmap.github.io/) reconstruction results, built on Three.js.
|
|
4
6
|
|
|
5
7
|
Visualizes point clouds, camera frustums, and coordinate axes from COLMAP binary output files. Works as a drop-in Web Component or as a programmatic TypeScript/JavaScript API.
|