rayshader-demo
rayshader-demo copied to clipboard
I can rayshade, and so can you!
The save_3d_gif function, using the basic monterey example, does not seem to work properly anymore. It creates the first snapshot and then simply ends without an error?
i want to download elevation data and run the under code get an error get_usgs_elevation_data(bbox, size = image_size$size, file = elev_file, sr_bbox = 4326, sr_image = 4326) how can resolve...
Lovely write up. It looks like you fixed a bug in the repo on line 346 `for (i in seq_len(n_frames)) {` On the website it is still written as `for...
Running the save_3d_gif , an error occurs regarding plot_3d_tidy_eval. Here is the error: Error in plot_3d(hillshade, ~heightmap, theta = ~gif_dots[["theta"]][i], : (list) object cannot be coerced to type 'double'
``` elev_matrix %>% sphere_shade(texture = "imhof4") %>% add_water(watermap, color = "imhof4") %>% add_overlay(overlay_img, alphalayer = 0.5) %>% add_shadow(raymat, max_darken = 0.5) %>% add_shadow(ambmat, max_darken = 0.5) %>% plot_3d(elev_matrix, zscale =...