Created
January 16, 2017 04:05
-
-
Save jrichardsz/5338d8f59f19d42e49e72e29760c5a8a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public class OpenGLRenderer implements Renderer { | |
| private Cube mCube = new Cube(); | |
| private float mCubeRotation; | |
| ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment