ANARI-Docs icon indicating copy to clipboard operation
ANARI-Docs copied to clipboard

ANARI Documentation

Results 19 ANARI-Docs issues
Sort by recently updated
recently updated
newest added

Usecase is visualization of a set of (typically unconnected) points with arbitrary shapes of arbitrary non-uniform scale (typicaly called glyphs). Problem with the current spec is: line-segment representation for cylinders/cones...

discussion-backlog

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.

discussion-active

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.

discussion-active

The question of compressed texture formats came up in relation to https://www.khronos.org/ktx/ I started WIP json definitions here: https://github.com/KhronosGroup/ANARI-SDK/pull/186/ The gist is that a new sampler type `"compressedImage2D"` is introduced...

discussion-backlog

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...

discussion-backlog

I have faced a problem in OSPRay and just would like to make sure it is not an issue for ANARI. Let’s assume we want to create a scene with...

discussion-backlog

Inspired by this: https://github.com/NVIDIA/VisRTX/issues/63 To accomodate face culling an extension could add additional material parameters `materialFront`, `materialBack` for surface objects. They would override the stock `material` parameter for that side...

discussion-backlog

Anari requires `data` for a `structuredRegular` spatial field to be supplied as an array. This precludes implementations that support rendering massive volumes by streaming data from disk. I could see...

discussion-backlog

A helpful property on the device would be a query for what spec revision the implementation is targeting. While this isn't a binding contract by any means, it would be...

discussion-backlog