I don’t have enough time
you mean when x,y changes, you want to keep x and y always in the center? This means you want to display it always at width/2, height/2
and translate everything by translate(-x,-y);
or something like this?
Chrisir
I don’t have enough time
you mean when x,y changes, you want to keep x and y always in the center? This means you want to display it always at width/2, height/2
and translate everything by translate(-x,-y);
or something like this?
Chrisir
Yeah something like that. Unfortunately, the camera thing didn’t seem to work out no matter what I tried so I decided to leave it out.