pythreejs icon indicating copy to clipboard operation
pythreejs copied to clipboard

Text on top of a Geometry/Mesh

Open lfnt3 opened this issue 4 years ago • 0 comments

Hello,

I have generated multiple meshes from simple "quad" geometries based on Geometry(vertices, faces, colors). Now I would like to "map" a dedicated text on top of each quad. That text does not come from an image but from a list. So let's say a list of numbers, each one number for one generated mesh.

Is something like this possible with pythreejs?

Thanks! Thom

lfnt3 avatar Apr 18 '21 15:04 lfnt3