Reputation: 811
I am pretty new in Threejs
. I want to achieve this output. Could anybody help me How to make changes like that in AxisHelper
?
And I have done so far like this
Upvotes: 1
Views: 863
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