lhx880619 Posted June 13, 2017 Share Posted June 13, 2017 how all, i have a path data of Vector3[] , and i want to show dashed line of this path by babylon.gui, are there any suggestions? (gui line end point to tracking the 3d positions) what i am looking for is a path navgation like the following: Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted June 13, 2017 Share Posted June 13, 2017 You can easily do it with Babylon.GUI Just create a Babylon.GUI.Line per segment and set line coordinate to the projection of the 3D vector. How to project a 3d vector? like this :https://github.com/BabylonJS/Babylon.js/blob/master/gui/src/advancedDynamicTexture.ts#L177 In your case the mesh.getWorldMatrix will be set to Matrix.Identity Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.