Nockawa Posted June 17, 2018 Share Posted June 17, 2018 Me again, and I believe this is for @jerome again! I'm using the MeshBuilder to create a disc like this: var circle = BABYLON.MeshBuilder.CreateDisc("botCircle", { radius: 1, tessellation: 18, sideOrientation: BABYLON.Mesh.DOUBLESIDE}, this.scene); Now I would like to create another disc around the one above, with an inner radius of 1 and (outer) radius of 1.5 to get a shape that will 'extend' this disc, not overlapping it. Is there a feature to do that? If not I believe, I'll have to take a look at the CreateDisc implem and add my own... Thanks guys Quote Link to comment Share on other sites More sharing options...
jerome Posted June 17, 2018 Share Posted June 17, 2018 For now, CreateDisc() just creates a plain disc. Your requested feature could be added in my endless todo list ? If you want such a shape, just use the Ribbon for now what is versatile enough to do this quite easily ex : https://www.babylonjs-playground.com/#XWRAHN Quote Link to comment Share on other sites More sharing options...
Nockawa Posted June 17, 2018 Author Share Posted June 17, 2018 you rock! and your documentation is still one of the best of the lib! jerome 1 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.