CSC3223 Graphics for Games OpenGL Rasteriser

Created rotating cube scene

1) The rotating cube can:

  • Shrink and vanish
  • Blend texture from „clean” to „destroyed
  • Adds transparency until the cube disappears
  • Using lines, forms new cubes which appear as the original cube is falling to pieces

2) The scene consists of a rotating cube. The rotating cube can:

  • Add more details to the cube through tessellation
  • A laser-beam with real-time lighting (fragment Shader) and deformation
  • Shaders to turn the model inside out

Git Repository:

CSC3223 Hardware