Intel® Embree Ray Tracing Kernels
Discussion forum on the open source ray tracing kernels for fast photo-realistic rendering on Intel® CPU(s)

Embree and OSPRay

JeanBon1
Novice
783 Views

Hi,

 

I need to make a simulation of lights on geometry shapes.

For this, I want to submit my triangulated geometries as a buffer(vertices,indices, and uvs), like I would in Embree.

 

I would then select different lights to extract the lightmap of each geometry for further analysis.

I would like to direct this via a non interactive C++ app, like I would in Embree.

 

OSPRays, which is atop of Embree, would greatly simplify the process, but I don't know if this engine will let me do what I want to achieve, basically, light baking.

I would like a word from those who know better than me.

 

Thanks,

 

 

0 Kudos
2 Replies
SvenW_Intel
Moderator
770 Views

Ospray does not support light baking, thus I would recommend write your own app that builds on Embree.

JeanBon1
Novice
764 Views
0 Kudos
Reply