Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This extension would enable volumetric data to be stored as voxels in glTF. Through this extension, a glTF mesh primitive could define a uniform voxel grid with a specified shape and dimensions. The primitive's attributes are then inferred to fill that voxel grid, representing continuous data within that volume.
Some notable use cases for storing and visualizing voxel data include geothermal temperature, weather, and ocean salinity. Support for EXT_primitive_voxels has been implemented in CesiumJS, with future support incoming in Cesium for Unreal. (CesiumGS/cesium-unreal#1685).
Notes
This relies on KHR_implicit_shapes (#2370) to define the shape of the voxel volume, with support for box voxels as well as EXT_implicit_ellipsoid_region (#2494) and EXT_implicit_cylinder_region (#2495).
This extension also enables the definition of
noDatavalues to represent empty voxels.A significant advantage of supporting voxels in glTF is accessing compression methods like EXT_meshopt_compression for improved storage. Some initial results from testing on a user's dataset: