Kevin Griffin
Kevin Griffin
Need to move the `anariGetObjectFeatures` and `anariGetInstanceFeatures` definitions from the header file (`anari_feature_utility.h`) to the appropriate implementation file (`API.cpp`??). Having the definitions in the header file causes a `multiple definition`...
### Describe the bug I did a `make install -j 2` after building VisIt and when I tried to run VisIt, I received an error `Qt: Warning: Could not find...
### Describe the bug I installed VisIt 3.10 on macOS via a downloaded binary. Since I didn't want to overwrite a previous installation, macOS renamed the package to "VisIt 2",...
### Describe the bug Dear all, While using the older versions of VisIt I oftern suffered from memory leaks when switching frames, often resulting in RAM overload depending on domain...
[ANARI](https://www.khronos.org/api/index_2017/anari) allows cross-vendor portability to diverse rendering engines ranging from rasterization to those using state-of-the-art ray tracing. This feature request is to add the UI components and classes to configure...
See [Unstructured Spatial Field Implementation](https://gitlab.kitware.com/griffin28/vtk/-/blob/anari-0.4.0/Rendering/ANARI/vtkAnariUnstructuredVolumeMapperNode.cxx?ref_type=heads) for a concrete example implementing this proposed Unstructured Spatial Field extension.
See [AMR Spatial Field Implementation](https://gitlab.kitware.com/griffin28/vtk/-/blob/anari-0.4.0/Rendering/ANARI/vtkAnariAMRVolumeMapperNode.cxx?ref_type=heads) for a concrete example implementing this proposed AMR Spatial Field extension.
For a few SciVis apps like ParaView and VisIt you can toggle the visibility of different surfaces on and off. I think it would be more efficient, especially for back-ends...
Currently the SpatialField `filter` subtype only supports `nearest` and `linear` filtering. This issue is to add `cubic` to the list of filtering values. The change would look like: | Name...
When a scalar volume value is associated with multiple materials/boundaries a 1D transfer function is unable to render them in isolation. This arises a lot in medical datasets, like the...