Back to project page RollOverSphere---a-simple-libgdx-game.
The source code is released under:
MIT License
If you think the Android project RollOverSphere---a-simple-libgdx-game 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.igorcrevar.rolloverchuck; //ww w . j a va 2 s .co m public class GameConsts { public static String Field = "field"; public static String ProjectionMatrixName = "u_projectionViewMatrix"; public static String Texture0Name = "a_texCoord0"; public static String TextureName = "u_texture"; public static String ViewModelMatrixName = "u_viewModelMatrix"; public static String LightPosName = "u_lightPos"; }