Text3DBillboard.(constructor)

Construct a text3DBillboard object.

Signature:

constructor(name: string, resourceManager: ResourceManager, materialManager: MaterialManager);

Parameters

ParameterDescription
nameThe name of this text3DBillboard. The API doesn't check the uniqueness of name amongst all text3DBillboard.
resourceManagerThe resource manager object.
materialManagerThe material manager object.

Example

var text = new Modelo.View.Text3DBillboard("text2", viewer.getResourceManager(), viewer.getMaterialManager());