Heyho, im relativly new to programming, right now im trying to solve a problem but don't know how and if it's even possible in three.js.
I bet someone can tell me...
My goal is it, to create a cylinder looking like geometry in three.js that draws from one vector3 to another. I need this to create an 3D dimensionline. I know three.js provides an arrowhelper but theirs can only draw 2D lines and i need to be able to define the width of the arrow.
Things I tried:
- At first i tried to use the basic cylinder geometry of three.js but i couldn't figure out how to give it a start and end point.
- The second idea that came to my mind is the shape (was able to define points) but i think i only can draw 2d shapes with it.
Can someone help me please?