google / liquidfun

2D physics engine for games

Home Page:http://google.github.io/liquidfun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Surface view rendering problem in Android

KaushalANS opened this issue · comments

I am using this library for the android project and it works well, but when I set the GLSurfaceView height bigger than the width, the surface doesn't get render properly. I can see some space covering on top and bottom of the surface, and the particles just get lost when they come under this area.

Is there any settings in library somewhere, or how I can fix it?

Any help is appreciate.