Quote from: EgonOlsen on December 16, 2014, 07:50:23 AM
You mean clamping?
Yes, of course. Thanks for explanation.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: EgonOlsen on December 16, 2014, 07:50:23 AM
You mean clamping?
@Override
public void onDrawFrame(GL10 gl) {
...
//fb.clear(Color.WHITE);
fb.clearZBufferOnly();
...
}
Page created in 0.114 seconds with 13 queries.