Exemple #1
0
 public Cameor2D(GLGraphics glGraphics, float frumHeigh, float frumWidth) {
   this.FrumHeigh = frumHeigh;
   this.FrumWidth = frumWidth;
   glGraphics = this.glGraphics;
   postion.setVector2f(frumWidth / 2, frumHeigh / 2);
   this.zoom = 1;
 }