Skip to content

jvm-graphics-labs/jogl-hello-vr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 22, 2018
a2d6f06 · Feb 22, 2018

History

72 Commits
Oct 4, 2017
Feb 16, 2018
Feb 19, 2018
Jul 4, 2017
May 11, 2016
Feb 16, 2018
Feb 22, 2018
Oct 4, 2017
Feb 20, 2017
Jul 4, 2017

Repository files navigation

jogl-hello-vr

Jogl porting of the original hello vr sample, plus several enhances, like:

  • general cleaning
  • improved readability by moving code in their corresponding class (Scene, line controllers, model render, distorsion)
  • fixed vertex layout mismatch between vertex array setup and shader attribute input
  • left nothing implicit to the driver (buffer bindings)

Sample

Steps:

  • clone
  • sync Gradle
  • run

If it is stuttering, disable v-sync and try to play with glFlush and glFinish inside display()

Releases

No releases published

Packages

No packages published