Kirra imports 3D mesh files for surface visualisation, including textured models from aerial surveys, photogrammetry, and CAD exports.
Screenshot coming soon
| Format | Extensions | Features |
|---|---|---|
| Wavefront OBJ | .obj |
Vertices, faces, UVs, normals, materials (via MTL file), texture images |
| PLY | .ply |
ASCII and binary, vertices, faces, normals, per-vertex RGB colours |
| GLTF | .gltf |
JSON-based GL Transmission Format with indexed geometry and scene hierarchy |
| GLB | .glb |
Binary variant of GLTF (single file, no external references) |
.obj, .ply, .gltf, or .glb)To import a textured OBJ mesh (e.g., from drone photogrammetry):
.obj file.mtl material fileWhat gets stored:
All data is saved to IndexedDB and the textured mesh is rebuilt when you reload the page.
PLY (Stanford Polygon Format) supports both ASCII and binary encoding. Kirra imports vertices, faces, normals, and per-vertex RGB colours. Common source: 3D scanners and photogrammetry software.
GLTF (GL Transmission Format) is the Khronos standard for 3D asset exchange. Kirra imports both the JSON-based .gltf and the binary .glb variants.
Import features:
GLB is also used internally by Kirra to persist blast analysis results (Blair Heavy CPU model) to IndexedDB for safe reload.
After import, you can: