Hello, I need to add dynamic dimensions of the 3D model, and I am using the following library three.text-sprite and I am adding dimensions successfully but can not able to manipulate much. Someone guide me is there any way through which we can display the dimensions of a 3D model without using sprites or arrow helpers?, Thanks, I need some guidance.
Hi!
Is there, at least, any reference picture or video of the desired result?
Would be cool to show what you have and what you want to achieve.
Three line segments and a plane with a texture, per dimension.
How is that possible, can you guide me?
I won’t do your job for you, sorry.
Read the docs and examine examples.
- LineSegments
- LineBasicMaterial
- PlaneGeometry
-
MeshBasicMaterial, pay attention to
map
proptery, it can be CanvasTexure (and how to draw on it)
I need this only thanks a lot.
One more thing are there any working examples you have?
Working example of what?
Line segments?
This one, for example: three.js examples