Skip to content

Instantly share code, notes, and snippets.

@jrichardsz
Created January 16, 2017 04:05
Show Gist options
  • Select an option

  • Save jrichardsz/5338d8f59f19d42e49e72e29760c5a8a to your computer and use it in GitHub Desktop.

Select an option

Save jrichardsz/5338d8f59f19d42e49e72e29760c5a8a to your computer and use it in GitHub Desktop.
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