LiangliangNan / Easy3D

A lightweight, easy-to-use, and efficient C++ library for processing and rendering 3D data
GNU General Public License v3.0
1.37k stars 245 forks source link

Request: thick arc primitive #107

Closed coolbix closed 2 years ago

coolbix commented 2 years ago

Could you please kindly add a primitive to creat a "thick" arc or circle something like "create_thick_arc()"? Thank you.

LiangliangNan commented 2 years ago

I don't get your question. I have multiple interpretations. "primitive" refers to the very fundamental element in rendering (such as points, line segments, or triangles), or commonly seen basic geometric types (like spheres, cylinders, planes, etc).

Besides, why it is necessary for Easy3D? To what extent it is useful for Easy3D users? If this is just for a very particular rendering purpose, then it seems there is no sufficient motivation to introduce it to Easy3D.

coolbix commented 2 years ago

Ok got it. I'm going to retract my request. Thanks for the reply.