mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Reset the inverse of the modelview in resetMatrix().
This commit is contained in:
@@ -3220,6 +3220,7 @@ public class PGraphicsAndroid3D extends PGraphics {
|
||||
|
||||
public void resetMatrix() {
|
||||
modelview.reset();
|
||||
modelviewInv.reset();
|
||||
projmodelview.set(projection);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user