JZ7878 Posted September 16, 2018 Share Posted September 16, 2018 Hi all, I want to create a simple plane from some points, so I used BABYLON.Mesh.CreateRibbon to make it, but I got a abnormal one, showing as following: I wrote a simple demo on http://playground.babylonjs.com/#XB2YBN, please help on it, I have not found any clues till now. Thanks in advance! Quote Link to comment Share on other sites More sharing options...
jerome Posted September 16, 2018 Share Posted September 16, 2018 Please read this doc : http://doc.babylonjs.com/how_to/ribbon_tutorial you need 2 paths of points to create a ribbon (it's better to use MeshBuilder.CreateRibbon() rather than Mesh.CreateRibbon() also) Quote Link to comment Share on other sites More sharing options...
JZ7878 Posted September 17, 2018 Author Share Posted September 17, 2018 @jerome Many thanks! Yes, it works as what I want. http://playground.babylonjs.com/#XB2YBN#2 Quote Link to comment Share on other sites More sharing options...
Guest Posted September 17, 2018 Share Posted September 17, 2018 Flagging as solved 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.