Skip to content

Releases: jonpas/OpenGL

OpenGL Intro 0.3.0

02 Jan 22:46
Compare
Choose a tag to compare

Work that was handed in for Task 3

  • Additional Texture Mappings
    • Planar (X, Y, Z)
    • Cylindrical (X, Y, Z)
    • Spherical (X, Y, Z)
  • Bump (Height) Mapping

OpenGL Intro 0.2.0

02 Jan 22:39
Compare
Choose a tag to compare

Work that was handed in for Task 2

  • Loading OBJ Files Dynamically
  • Multiple Objects Handling
    • Per-Model Buffers
  • Texture Mapping
    • Simple (X, Y)
  • Blinn-Phong Shading/Reflection Model
    • Single Point Light

OpenGL Intro 0.1.0

26 Dec 03:07
Compare
Choose a tag to compare

Work that was handed in for Task 1

  • OpenGL Rendering in Qt with GLM
  • Projections (Perspective and Orthogonal)
  • Camera Translating and Rotating
  • Object Translating, Rotating and Scaling
  • Interleaved Vertex Buffer
  • Multiple Objects Handling Preparation