Jyosna
Jyosna

Reputation: 4446

problem with drawing circle in android using OpenGL

I want to draw a circle in android using OpenGL on every mouse button click.

How can i do this?

Upvotes: 1

Views: 690

Answers (1)

El Marcel
El Marcel

Reputation: 1785

Start with a triangle. Then try to render a square. Move up to pentagon. Repeat until it looks like a circle.

For catching mouse events you would probably start here.

Upvotes: 2

Related Questions