24D & 6646° Data Export
Download transformation tensors and spatial capture logs for integration with game engines, simulation software, and external platforms. Available in JSON and optimized binary formats.
Available Exports
Complete 24×24 transformation matrix with all dimensional axes
Optimized binary format — 24×24 float32 matrix for high-performance loading
Complete omnidirectional scan data with 6646 dimensional samples and metadata
Compressed spatial capture — all 6646 angles at float32 precision
All four files bundled — tensor and spatial logs in both formats for maximum compatibility
For Game Engines
Export tensors in binary format for real-time use in Unity, Unreal, or custom engines. The 24×24 matrix can be loaded directly into shader systems, physics engines, and animation blenders.
For Research & Analysis
JSON exports enable data analysis in Python, R, or JavaScript. The spatial capture logs provide complete 6646-degree dimensional samples for machine learning and visualization.
Export Format Specifications
24D Transformation Tensor (JSON)
- • Format: Array[24][24]
- • Type: float32
- • Rotation + Scale + Translation
- • Identity matrix included
24D Transformation Tensor (Binary)
- • Format: .t24 (custom)
- • Size: 2,304 bytes (24×24×4)
- • Direct memory load
- • Big-endian encoding
6646° Spatial Log (JSON)
- • Format: Angle array + metadata
- • Count: 6,646 samples
- • Per-sample: position + resonance
- • Timestamp & orientation included
6646° Spatial Log (Binary)
- • Format: .s6646 (custom)
- • Size: ~28 KB compressed
- • LZ4 compression
- • Direct GPU texture upload
