tylermorganwall / rayrender

A pathtracer for R. Build and render complex scenes and 3D data visualizations directly from R
http://www.rayrender.net
622 stars 42 forks source link

single_sample.h #23

Closed define-private-public closed 3 years ago

define-private-public commented 3 years ago

https://github.com/tylermorganwall/rayrender/blob/86c49e367df18a673673188391a926443d177977/src/sampler.h#L7

It's referenced in that line, but I can't find it in the repo. Where does it come from?

tylermorganwall commented 3 years ago

That comes from including the headers in the spacefillr package during compilation:

https://github.com/tylermorganwall/spacefillr

You can find the headers in the inst/include directory.