Scene3D.addText3D() method

add 3D text to scene

Signature:

addText3D(text: Text3D, changeCamera?: boolean): void;

Parameters

ParameterDescription
textText3D instance
changeCamerashould change view to the text

Returns:

void