I have an object for clicking on it.
I use both 2D and 3D.
I use "gluUnProject" for obtain my position when
I click.
But if I set the Pan with the position, it don't
center correctly my...
Type: Posts; User: MBonevil
I have an object for clicking on it.
I use both 2D and 3D.
I use "gluUnProject" for obtain my position when
I click.
But if I set the Pan with the position, it don't
center correctly my...
Hi,
I have an OpenGL view, and I want to center the view
on point where the user click.
Example :
If I click on Point(50,50) -> I want to center on point(50,50).
Someone can help me ?