Processing Forum
void
draw
()
{
pushMatrix
();
translate
(
_x
,
_y
);
scale(1/158.0);
image
(
body_back
,
-
22
,
-
22
);
image
(
body_front
,
-
27
,
31
);
image
(
body_mid
,
-
16
,
22
);
rotateY
(
satTheta
);
image
(
wing_left
,
-
80
,
-
39
);
image
(
wing_right
,
22
,
-
39
);
popMatrix();
