Hi All,
its possible to get line length like this ?
this is my code:
https://www.babylonjs-playground.com/#165IV6#3963
thanks
Hi All,
its possible to get line length like this ?
this is my code:
https://www.babylonjs-playground.com/#165IV6#3963
thanks
You can compute the intersection of a ray with both meshes and get the distance between the two intersection points:
Hi @Evgeni_Popov thanks