Hi,
I want to show dimension of grid division in my scene.
I have already added grid helper with size and division in my scene. Also calculated size/length of each division.But i am unable to show that size/length on my scene.
Below are the image what i have done yet
And below image is what i want to show
That 100mm length is what i want to show in my scene.
If you are just going to have a couple of sizes - 10mm, 100mm, 1cm, etc., then the easiest is probably just to create textures in Photoshop or Gimp and add them to a small planar mesh.
If you need it to update dynamically, then a better option would be to use a CanvasTexture, and draw the text onto that.