Ospray Material Library problem with mtl file

I am using vtkOSPRayMaterialLibrary to read an mtl file but all the shaded variables for any material return (1,1,1) and these are not the values in the mtl.
Attached source and mtl file.
Am I doing something wrong?
Thanks
Note, the first mtllib.cpp has a mistake, use the second)
Reynaldomtllib.cpp (1.5 KB) geometries.mtl (13.1 KB)mtllib.cpp (1.5 KB)

Probably because of this typo in the code!
https://gitlab.kitware.com/vtk/vtk/commit/1449e79830ac65281c9851ce4ba5cd005bcf5088?merge_request_iid=6439
I’ll merge this fix in with some unrelated changes I am making.

Hi Dave, good news :slightly_smiling_face:

Thanks

Reynaldo