RenderKit / ospray-studio

An application to showcase OSPRay's rendering capabilities
http://www.ospray.org/ospray_studio/
Apache License 2.0
98 stars 23 forks source link

compile error! #38

Open zhangfq-chemistry opened 1 month ago

zhangfq-chemistry commented 1 month ago

ospray-studio/sg/Node.h:362:41: error: ‘OSPDenoiserQuality’ was not declared in this scope

johguenther commented 1 month ago

You need to use OSPRay v3.2 together with Studio v1.1. Please check that CMake variable ospray_DIR points to the right version. A fresh build should also fix this.