Skip to content

Improve conversion of ImageData to OSPTexture

Conversion is more robust to number of components and data types now.
For example, 16-bits textures are very standard (PNG files can be 16-bits) and were converted to a black texture; they are now converted to 32-bits textures (native 16-bits textures are not supported by OSPRay yet)

Edited by Michael Migliore

Merge request reports