TextGeometry constructor
TextGeometry(
- dynamic text,
- dynamic parameters
Implementation
TextGeometry(text, parameters) : super() {
this.parameters = {"text": text, "parameters": parameters};
this.fromBufferGeometry(THREE.TextGeometry(text, parameters));
this.mergeVertices();
}