Back to project page CircleWorldGDX.
The source code is released under:
MIT License
If you think the Android project CircleWorldGDX listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.fdangelo.circleworld.universeview; public class FollowCameraParameters { public static final int None = 0; public static final int FollowRotation = 1 << 1; public static final int FollowScale = 1 << 2; }