sim.generateTextShapeGenerates a 3D text model. Synopsisint modelHandle = sim.generateTextShape(string txt, list color = [1, 1, 1], float height = 0.1,
bool centered = False, string alphabetLocation = None)
int modelHandle = sim.generateTextShape(string txt, float[3] color = {1, 1, 1}, float height = 0.1,
bool centered = false, string alphabetLocation = nil)
Arguments
Return values
|