terence on Nostr: After yesterday's insanely long render, I thought I'd investigate raymachine's ...
After yesterday's insanely long render, I thought I'd investigate raymachine's performance. It turns out my M2 baby raymachine renders the base Monterey Bay scene faster than my 13900K raymachine, 20.09s versus 21.81s. 🤔
Would anyone mind running this code and sharing your median time?
library(rayshader)
library(microbenchmark)
montereybay |> sphere_shade() |> plot_3d(montereybay)
microbenchmark(render_highquality(), times = 3)
Would anyone mind running this code and sharing your median time?
library(rayshader)
library(microbenchmark)
montereybay |> sphere_shade() |> plot_3d(montereybay)
microbenchmark(render_highquality(), times = 3)