Mhd
Mhd

Reputation: 811

How to add labels, arrow, in `AxisHelper` and how to increase`linewidth`?

I am pretty new in Threejs. I want to achieve this output. Could anybody help me How to make changes like that in AxisHelper? enter image description here

And I have done so far like this enter image description here

Upvotes: 1

Views: 863

Answers (1)

H.taran
H.taran

Reputation: 11

I think your best approach here would be to create the desired model in a 3D modeling program like blender or maya. You can then export this as JSON data which you can pass into three.js. This is a much easier approach to get the axis helper look you want and it's also very easy to add text in those programs. Hope this helps.

Upvotes: 1

Related Questions