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

Make OSPray Curves use the Embree format for the tangent buffer #390

Closed burlen closed 4 years ago

burlen commented 4 years ago

For curve geometry with Hermite basis Embree requires the tangent buffer in vecf4 format.

johguenther commented 4 years ago

Thanks for this PR! This issue is already fixed in 98740a3965730800e43fe574528e0828be4111b7 in devel and release-2.0.x. We won't have a v1.8.6 release, v2.0.0 should be released any day now.