This applet demonstrates how it is possible to develop tank like movement with processing functions:
-
pushMatrix();
-
popMatrix();
-
translate(X,Y);
-
rotate(radians(Angle));



This applet demonstrates how it is possible to develop tank like movement with processing functions:
pushMatrix();
popMatrix();
translate(X,Y);
rotate(radians(Angle));
Comments
RSS feed for comments to this post