Pj3dText2D
Create a 2 dimensional text
Usage:
Pj3dText2D (Pj3d object, String text, String font, int size, int r, int g, int b)
Pj3dText2D (Pj3d object, String text, String font, int size, color c)
Returns:
Nothing
Example:
Pj3dText2D text2d = new Pj3dText2D(p, "Pj3d Text2d", "Arial", 12, 255, 100, 0);
Download:
Pj3dText2D.pde
Methods:
setString(String newText)
→ Change the text string.
getString()
→ Get the text string
→ returns: String
delete()
→ Delete the object
transform
shader
<- back