- Added
vklSetParam()API function which can set parameters of any supported type - Structured regular volumes:
- Added support for cell-centered data via the
cellCenteredparameter; vertex-centered remains the default - Added support for more general transformations via the
indexToObjectparameter - Added
indexOriginparameter which applies an index-space vec3i translation
- Added support for cell-centered data via the
- VDB volumes:
- Added
indexClippingBoundsparameter, which can restrict the active voxel bounding box - The
indexToObjectparameter can now be provided as aVKL_AFFINE3F - Corrected bounding box computations in
InnerNodeobserver
- Added
- Particle volumes:
- Now ignoring particles with zero radius
- VDB utility library: added
commitflag (default true) to volume creation methods, allowing apps to set additional parameters before first commit - Examples:
- Added new set of minimal examples, which step through creation of basic volume and isosurface renderers
- Exposing
intervalResolutionHintparameter invklExamplesapplication
- Superbuild updates to latest versions of dependencies