Пример #1
0
 protected void initRotation() {
   rotation = new Transformation();
   if (perspective == PERSPECTIVE_TOP) rotation = rotation.rotx(90);
 }