RenderKit / ospray

An Open, Scalable, Portable, Ray Tracing Based Rendering Engine for High-Fidelity Visualization
http://ospray.org
Apache License 2.0
997 stars 182 forks source link

Why 2.0.x remove sg::importOBJ? #423

Closed josenora closed 4 years ago

josenora commented 4 years ago

Hi,

I am trying to load an obj file in OSPRay 2.1.0, but realize that the sg::importOBJ had been remove since 2.0.x. May i ask the reason?

johguenther commented 4 years ago

OSPRay should focus on being the (core) rendering library, thus we split up heavier application-side code like the scene graph, file importers and the example viewer into an own project (currently alpha), OSPRay Studio. Please have a look there, besides the OBJ importer there is now also a (basic, continuing to be improved) glTF importer.