saharan / OimoPhysics

A cross-platform 3D physics engine
MIT License
863 stars 68 forks source link

ConeGeometry #44

Open Snky opened 2 years ago

Snky commented 2 years ago

Request: an extra parameter to control how many sides the Cone Geometry has, is there already a way to do this?

saharan commented 2 years ago

Is this about DebugDraw? If so, the only one way to change it at this point is to override DebugDraw#cone. I would probably add parameters to change the details of drawings.