How to label all of the vertices of an object?

I am trying to label all of the vertices of a geometrical object (cube, cylinder etc…)…

I want the each vertex of the cube to be labelled with 2d text like this:“V1”, “V2”,“V3”,… i have tried using the sprite object but have had no luck…
can someone help me out?

im sure It’s actually a quick 5 min job

That’s how I did it. :slightly_smiling_face:

http://discourse.threejs.hofk.de/2018/HelperExample/HelperExample.html
http://discourse.threejs.hofk.de/2018/HemiSphere%20nParts/HemiSphere%20nParts.html
from the collection
Collection of examples from discourse.threejs.org

One more example

see also THREEf.js/THREEh.js at dev · hofk/THREEf.js · GitHub

You can easily add letters.

1 Like