Adds a text element to the scene. Text is rendered using the system font.
Usage
add_text(
scene,
text,
position = c(0, 0, 0),
size = 48,
color = "#FFFFFF",
font = "sans",
weight = "normal",
opacity = 1
)Adds a text element to the scene. Text is rendered using the system font.
add_text(
scene,
text,
position = c(0, 0, 0),
size = 48,
color = "#FFFFFF",
font = "sans",
weight = "normal",
opacity = 1
)