List of ANARI renderers in ParaView 6.1.1

I have built one version of ParaView 6.1.1 with ANARI support yesterday.
(commit eea2fc2dc970dbfac2be500736fdea26c2d9188b)

I test a simple Wedge (Unstructured mesh with 27 points and 16 cells). I get this
with OSPRay pathtracer

and nothing when enabling ANARI with barney backend (OptiX or CUDA)

I have a few questions about this latest ParaView

  1. Documentation for ParaView 6.1.1 shows a slightly different interface than mine . The presence of the ANARI Library box which I don’t have (only ANARI Renderers and ANARI Renderer Parameters) ?

ParaView/Documentation/release/ParaView-6.1.0.md at 595be493bdaf0e24cccb049e0dc82ec115be2f61 · Kitware/ParaView

  1. My ANARI Renderers box is greyed out (disabled). I had a previous built (last april) which was
    displaying an ANARIRenderers menu with five entries (interactive, fast, quality, …, default which by the way I didn’t find in ParaView nor VTK what these were refering to … variable options linked to selected library I guess ? I didn’t find any reference in the cpp code … maybe in the .json configs ?? ) an was able to render an even more large unstructured mesh.

  2. I export ANARI_LIBRARY=barney in the environment. I know barney is able to render this unstructured mesh (from usage with another frontend). So I’m wondering if I’m missing something in the use of the GUI … I played a little bit with UnitDistance and AmbientRadiance
    but with no results.

I understand this is all pretty recent stuff and bound to evolve quickly.

Thanks.

Jean-Marc