Reset the inverse of the modelview in resetMatrix().

This commit is contained in:
codeanticode
2012-02-11 01:24:38 +00:00
parent 8a8097a99d
commit 307cca4707
@@ -3220,6 +3220,7 @@ public class PGraphicsAndroid3D extends PGraphics {
public void resetMatrix() {
modelview.reset();
modelviewInv.reset();
projmodelview.set(projection);
}