0

Is there a way to draw a simple circle with given radius and center point in irrlicht?

Kara
  • 6,115
  • 16
  • 50
  • 57
ziker
  • 160
  • 3
  • 16

1 Answers1

0

You can use driver->draw2DPolygon() method. Simply pass vertexCount to be high enough for your size of shape (the smaller circle on the screen, the lower value you can pass and it won't be noticeable that it has edges).