Changes in this release
- Update to latest ANARI SDK
v0.13.1 - Added RTX device support for core extensions:
KHR_LIGHT_HDRI(only used in background)KHR_LIGHT_SPOTEXT_SAMPLER_COMPRESSED_IMAGE2DEXT_SAMPLER_COMPRESSED_FORMAT_BC123EXT_SAMPLER_COMPRESSED_FORMAT_BC45
- RTX device now automatically downloads OptiX headers, removing the requirement for them to already be installed
- Versions 7.7-9.0 can be used via the
OPTIX_FETCH_VERSIONCMake variable
- Versions 7.7-9.0 can be used via the
- Renamed CUDA interop extensions to more generic names (for use in other devices)
VISRTX_ARRAY_CUDA-->NV_ARRAY_CUDAVISRTX_CUDA_OUTPUT_BUFFERS-->NV_FRAME_BUFFERS_CUDA
- RTX device bug fixes:
- Fixed incorrect + incomplete impementation of
transferFunction1Dvolume parameters - Fixed various thread safety issues when rendering frames and querying world bounds simultaneously from different threads
- Fixed incorrect + incomplete impementation of
- Fix GL device incorrectly reading back
FLOAT32_VEC4frame buffer data on map - TSD improvements:
- New file importers (PDB
.entfiles, SWC, XYZ, and MHD volumes) - New animated particles demo app to showcase CUDA interop driving sphere positions
- Many UI additions + improvements to allow more parameter/object editing for better testing
- Various robustness bug fixes
- New file importers (PDB
Merged PRs
- Various build fixes for Windows by @kvankooten in #97
- Added SWC importer by @favreau in #98
- Add cool2warm color map by @szellmann in #99
- Compile fix by @szellmann in #101
- Mdl enhanced support by @tarcila in #102
- Add omnidirectional camera option to TSD viewport by @szellmann in #104
- Misc fixes by @tarcila in #106
- Add support for compressed textures to VisRTX and enable DDS loading in TSD by @tarcila in #107
- Added support for MHD volumes by @favreau in #108
- Added PDB importer for proteins (-pdb command line argument) by @favreau in #109
New Contributors
- @kvankooten made their first contribution in #97
- @favreau made their first contribution in #98
Full Changelog: v0.10.1...v0.11.0