Rendering using GPU, how the right approach? #311
Unanswered
ArturLourenco
asked this question in
Q&A
Replies: 1 comment
-
i have the same issue without gpu 3d render takes too long. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have been trying to render my rayshader plots using my GPU (NVIDIA RTX A1000). I'm using windows OS right now and tried a lot of configurations to force R, Rstudio, RGL... to render using GPU. In some cases when I use plot3d() function I see that the rendering process is under GPU, in this code por example:
If I add add_water(detect_water(elmat), color = "desert") %>% in this code the plot3D won't run under my GPU anymore. render_highquality() function never runs using the GPU. I would like to know by the community what are the approach's used to render plots using rayshaderverse plus NVIDIA GPUs.
Beta Was this translation helpful? Give feedback.
All reactions