Convert v2 Occupied Voxels Source (VOX)
Real deterministic VOX source with four occupied voxel coordinates, palette indices, and unit occupied-coordinate bounds for Convert v2 import coverage. Stable P8 artifact p8-convert-model-vox.
| property | expected |
|---|---|
| occupiedVoxels | 4 |
| storedFaces | 0 |
| boundsMin | 0,0,0 |
| boundsMax | 1,1,1 |
Specifications
- Model
- occupied voxel points
- Occupied Voxels
- 4
- Faces
- 0
- Bounds
- 0,0,0 to 1,1,1
- Source Order
- 6
- Delivery Mode
- download-only
- Provider
- converter-v2
- Provenance
- Synthetic deterministic P8 fixture generated by generation/p8_content.py; seed namespace 2026082300
- Fixture Reserve
- convert-v2
Testing contract
Expected to pass- Scenario
- Import the .vox source and calculate topology plus axis-aligned bounds.
- Expected result
- Exactly four occupied voxels with palette indices 1 through 4 are present; VOX stores no mesh faces, and occupied-coordinate bounds run from 0,0,0 to 1,1,1.
What is a .vox file?
VOX is MagicaVoxel's chunked binary voxel-scene format. A VOX header and version are followed by a MAIN container whose SIZE, XYZI, RGBA, palette, transform, group, and shape chunks describe voxel models and optional scene hierarchy using little-endian integers.
How to use this file
Use an example .vox file to test chunk traversal, palette indexing, voxel-coordinate bounds, multi-model scene links, unknown-chunk skipping, and comparison of the occupied voxel set after conversion.
How to use this file for testing
“Convert v2 Occupied Voxels Source (VOX)” is a deterministic Novus Examples fixture for Conversion testing, Mesh processing QA. The same content exported across many formats and linked as a group, so you can convert one and diff against the expected twin.
Documented properties for this file: VOX · 76 bytes. Compare results against paired or grouped companions on this page when present (clean↔damaged, searchable↔scanned, or format twins) so scores stay reproducible across runs.
Download the file once, keep the path stable in CI or local scripts, and treat the spec table as the contract: dimensions, seeds, field lists, and roles are intentional. Corrupt or invalid samples are labelled as such — expect parsers to fail loudly rather than silently accept them.
3D and CAD fixtures carry one small, documented solid or scene. Convert and inspect against the known geometry, units, and structure; format twins let you diff interchange fidelity, and the 3D viewer previews the actual mesh.
Related files
- jsonConvert v2 3DS Semantic Geometry ReferenceJSON semantic reference for the 3DS tetrahedron, publishing vertex order, face indices, bounds, and the closed-mesh contract. Stable P8 artifact p8-convert-model-3ds-reference.

- jsonConvert v2 AMF Semantic Geometry ReferenceJSON semantic reference for the AMF tetrahedron, publishing vertex order, face indices, bounds, and the closed-mesh contract. Stable P8 artifact p8-convert-model-amf-reference.

- jsonConvert v2 DRC Semantic Geometry ReferenceJSON semantic reference for the DRC tetrahedron, publishing vertex order, face indices, bounds, and the closed-mesh contract. Stable P8 artifact p8-convert-model-drc-reference.

- jsonConvert v2 FBX Semantic Geometry ReferenceJSON semantic reference for the FBX tetrahedron, publishing vertex order, face indices, bounds, and the closed-mesh contract. Stable P8 artifact p8-convert-model-fbx-reference.

- jsonConvert v2 LWO Semantic Geometry ReferenceJSON semantic reference for the LWO tetrahedron, publishing vertex order, face indices, bounds, and the closed-mesh contract. Stable P8 artifact p8-convert-model-lwo-reference.

- 3dsConvert v2 Tetrahedron Source (3DS)Real deterministic 3DS tetrahedron source with four vertices, four triangular faces, and unit bounds for Convert v2 import coverage. Stable P8 artifact p8-convert-model-3ds.

Generated by generation/p8_content.py. Free for any use, no attribution required — license.