CSC3223 Graphics for Games Software Rasteriser
Created a space scene
1) Primitives:
o A star-field, or night sky, consisting of point primitives.
o A planet or asteroid or similar consisting of line primitives.
o A spaceship or similar consisting of triangle primitives.
o Elements made from triangle strip primitives and triangle fan primitives.
2) Movement and perspective:
o Movement of some scene elements (translation).
o A three dimensional perspective view.
o Independent three dimensional rotation of scene elements.
3) Colouring:
o Interpolated colour.
o Textured primitives.
o Semi-transparency.
Git Repository: