Package com.puzzletimer.graphics

Examples of com.puzzletimer.graphics.Mesh.transform()


        System.out.println("WARNING: Cannot apply algo move <" + move + "> -> Skip it...");
      }
    }

    // custom perspective view
    mesh = mesh.transform(Matrix44.rotationY(-Math.PI / 5)).transform(Matrix44.rotationX(Math.PI / 7));

    return mesh;
  }

}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.