コード例 #1
0
ファイル: GOut.java プロジェクト: nyanpasu/hafen-client
 public void vertex(float x, float y) {
   gl.glVertex2f(x + tx.x, y + tx.y);
 }