Number

ABSTRACT

Generates a numerical value displayed as a mesh in the scene.

PARAMETERS
valueThe numerical value to be displayed
precisionThe decimal precision of the displayed number (up to 9 digits)
scaleScalar value indicating the size or scale of the displayed number
tagA vector of numbers used as the mesh's tag
defaultAn enum branch specifying the default coloring scheme, a white fill with a clear stroke
strokeA 4-vector representing the color of the stroke
strokeA 4-vector representing the color of the stroke
fillA 4-vector representing the color of the fill
RETURN

A mesh-tree that is the numerical value as a series of meshes

DECLARATION
func Number(value, precision, scale, tag, [color] {[default] {}, [stroke] {stroke}, [solid] {stroke, fill}})