BinaryProvider Posted May 29, 2018 Share Posted May 29, 2018 Hi there, Is it possible to hide the arc when rendering the borders of a disc? I would like to display borders around entire circles, without the arc line showing. Quote Link to comment Share on other sites More sharing options...
Guest Posted May 29, 2018 Share Posted May 29, 2018 Hello and welcome can you show us what you have so far on the Playground? Quote Link to comment Share on other sites More sharing options...
BinaryProvider Posted May 31, 2018 Author Share Posted May 31, 2018 Thanks Sure, here's a simple sample: https://playground.babylonjs.com/#A13P10 I would like to render just the edges around the disc, excluding the arc that makes the radius visible. Quote Link to comment Share on other sites More sharing options...
jerome Posted May 31, 2018 Share Posted May 31, 2018 ok, got it For now, the geometry of a disc is like a closed arc actually (it was coded long before the edge renderer existed). We need to add an optional parameter in the disc constructor to design it as full disc when arc parameter is undefined BinaryProvider 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.