Text object with 3D position and (in the future) direction.
x, y, z Position of text
text Text string to display
zdir Direction of text
Keyword arguments are passed onto Text()
.
-
draw
(renderer)[source]
Draws the Text
object to the given renderer.
-
set_3d_properties
(z=0, zdir='z')[source]