diff --git a/apple-touch-icon-120x120.png b/apple-touch-icon-120x120.png index f67328c9..5dbb7da7 100644 Binary files a/apple-touch-icon-120x120.png and b/apple-touch-icon-120x120.png differ diff --git a/apple-touch-icon-152x152.png b/apple-touch-icon-152x152.png index c4661d5f..d351d189 100644 Binary files a/apple-touch-icon-152x152.png and b/apple-touch-icon-152x152.png differ diff --git a/apple-touch-icon-180x180.png b/apple-touch-icon-180x180.png index 9072f4c6..7b4c966a 100644 Binary files a/apple-touch-icon-180x180.png and b/apple-touch-icon-180x180.png differ diff --git a/apple-touch-icon-60x60.png b/apple-touch-icon-60x60.png index 14813d51..daf466ee 100644 Binary files a/apple-touch-icon-60x60.png and b/apple-touch-icon-60x60.png differ diff --git a/apple-touch-icon-76x76.png b/apple-touch-icon-76x76.png index b593dd51..25d2cadc 100644 Binary files a/apple-touch-icon-76x76.png and b/apple-touch-icon-76x76.png differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png index f931a1aa..7449b05c 100644 Binary files a/apple-touch-icon.png and b/apple-touch-icon.png differ diff --git a/favicon-16x16.png b/favicon-16x16.png index f41980a6..7f7f69d1 100644 Binary files a/favicon-16x16.png and b/favicon-16x16.png differ diff --git a/favicon-32x32.png b/favicon-32x32.png index e6cc772b..c53d2cf3 100644 Binary files a/favicon-32x32.png and b/favicon-32x32.png differ diff --git a/pkgdown.yml b/pkgdown.yml index f7304c58..b9d32615 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,7 +2,7 @@ pandoc: 2.19.2 pkgdown: 2.0.7 pkgdown_sha: ~ articles: {} -last_built: 2023-08-01T04:11Z +last_built: 2023-08-01T12:25Z urls: reference: https://www.rayshader.com/reference article: https://www.rayshader.com/articles diff --git a/reference/Rplot009.png b/reference/Rplot009.png index 38069ad5..9159507d 100644 Binary files a/reference/Rplot009.png and b/reference/Rplot009.png differ diff --git a/reference/convert_path_to_animation_coords-2.png b/reference/convert_path_to_animation_coords-2.png index 36cf55a5..d072d4b2 100644 Binary files a/reference/convert_path_to_animation_coords-2.png and b/reference/convert_path_to_animation_coords-2.png differ diff --git a/reference/convert_path_to_animation_coords-3.png b/reference/convert_path_to_animation_coords-3.png index 8a5858ec..9f4ca1c8 100644 Binary files a/reference/convert_path_to_animation_coords-3.png and b/reference/convert_path_to_animation_coords-3.png differ diff --git a/reference/convert_rgl_to_raymesh.html b/reference/convert_rgl_to_raymesh.html index 6095af59..1722aa90 100644 --- a/reference/convert_rgl_to_raymesh.html +++ b/reference/convert_rgl_to_raymesh.html @@ -115,6 +115,19 @@
A `ray_mesh` object
+filename_obj = tempfile(fileext = ".obj")
+#Save model of volcano
+if(run_documentation()) {
+volcano %>%
+ sphere_shade() %>%
+ plot_3d(volcano, zscale = 2)
+
+rm_obj = convert_rgl_to_raymesh()
+}
+