回答編集履歴
1
逆かな?
answer
CHANGED
@@ -18,7 +18,7 @@
|
|
18
18
|
vertex(0, 0, 3, 0, 0);
|
19
19
|
vertex(width / 2, 0, 3, img.width / 2, 0);
|
20
20
|
vertex(width / 2, height, 3, img.width / 2, img.height);
|
21
|
-
vertex(0, height,
|
21
|
+
vertex(0, height, 3, 0, img.height);
|
22
22
|
endShape();
|
23
23
|
|
24
24
|
//pushMatrix();
|