diff --git a/pkgdown.yml b/pkgdown.yml index 53a94ca..5c17f98 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,7 +2,7 @@ pandoc: 3.1.11 pkgdown: 2.1.1 pkgdown_sha: ~ articles: {} -last_built: 2025-01-04T02:51Z +last_built: 2025-02-01T22:28Z urls: reference: https://www.rayvertex.com/reference article: https://www.rayvertex.com/articles diff --git a/reference/text3d_mesh.html b/reference/text3d_mesh.html index e679ce4..fe92288 100644 --- a/reference/text3d_mesh.html +++ b/reference/text3d_mesh.html @@ -205,7 +205,7 @@

Examples

bee_scene = list() set.seed(1) for(i in 1:100) { - bee_scene = add_shape(bee_scene, text3d_mesh("🐝", position=c(20+runif(3)*525), + bee_scene = add_shape(bee_scene, text3d_mesh("\U1F41D", position=c(20+runif(3)*525), font_color="yellow", text_height = 100, angle=c(0,180,0))) }