three-mesh-ui icon indicating copy to clipboard operation
three-mesh-ui copied to clipboard

Add support for more text types

Open felixmariotto opened this issue 4 years ago • 0 comments

It would be great if the library supported optional alternative text types for alternative use-cases.

For instance, one can imagine an instancedText based on THREE.InstancedMesh, to support fast-changing text.

One can also imagine a vectorText to support complex font that cannot be well rendered with MSDF, or that must be rendered very large with exactitude.

The architecture to support alternative text types is ready in TextManager

related : #11

felixmariotto avatar Jun 06 '20 21:06 felixmariotto