rayrender
rayrender copied to clipboard
A pathtracer for R. Build and render complex scenes and 3D data visualizations directly from R
When `verbose=TRUE` and `sample_method = "sobol"`, `Allocating stratified (1x1) sampler:` is printed instead of `sobol`
I tried to follow the spectecular example [here](https://twitter.com/researchremora/status/1418392590244892673/photo/2). In the end I call: ``` render_highquality(out_file, samples=100, width=1000, height=1000) ``` However, I always (in the cases my R-Studio does not abort...
I ran into a problem compiling... not sure if it's my C++ version or something else. The fix was simple, found by googling the error finding [this](https://stackoverflow.com/questions/4798936/numeric-limits-was-not-declared-in-this-scope-no-matching-function-for-call-t). As is, I...
Are there plans to release `r-rayrender` on conda-forge or are there issues with that? I ask because that looks like the one package that is preventing us from conda installing...
This change makes the file naming convenient to easily render into a single gif using libraries such as magick or gifski. (This is my first ever pull request and I...
This is super-duper useful. In fact, a lot of package managers sometimes use tags on commits to mark versions/releases: https://git-scm.com/book/en/v2/Git-Basics-Tagging I'd recommend you make an annotated tag via `git tag...
Hi, IIRC, this rendering is based off the code from the Peter Shirley ray tracing mini-books. I've recently finished running through the books myself. My implementation (I'm be publishing it...
It would be awesome to include an alpha channel in color values (or something like it) such that if a ray comes from e.g. infinity it gets recorded as an...
Hi Tyler, Thx for your work, project is very cool, using it for a few days trying to render data with 3D through rayshader > packageVersion("rayshader") [1] ‘0.36.1’ > packageVersion("rayrender")...
I adapted the Humanity globe script which was working fine. Now with the updated version (0.38.10) alpha_texture pointing to a matrix is not working any more. Just a sphere gets...