Note: at the moment there is a gradle, a general refreshing and kotlin implementation in progress, it'll be back to normal asap
Examples ported in JOGL from the tutorials "Learning Modern 3D Graphic Programming" by J.L.McKesson, (original bitbucket repository).
The original website (http://www.arcsynthesis.org/gltut) is down because probably the domain expired. Pavel Rojtberg is continuing the manteinance of the tutorial here.
He is also supporting the html form of the documentation here, I strongly suggest you to read and refer it during the learning of each tutorial sample.
You can find the examples in java under src/main/java
and the corresponding in kotlin under src/main/kotlin
Status:
- Chapter 1, Hello Triangle
- Chapter 2, Playing with Colors
- Chapter 3, Moving Triangle
- Chapter 4, Objects at Rest
- Chapter 5, Objects at Depth
- Chapter 6, Objects in Motion
- Chapter 7, World in Motion
- Chapter 8, Getting Oriented
- Chapter 9, Lights On
- Chapter 10, Plane Lights
- Chapter 11, Shinies
- Chapter 12, Dynamic Lights
- Chapter 13, Lies and Impostors
- Chapter 14, Textures are not Pictures
- Chapter 15, Many Images
- Chapter 16, Gamma and Textures
- Chapter 17, Spotlight on Textures