Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 841 Bytes

File metadata and controls

16 lines (13 loc) · 841 Bytes

3DGameEngine_Java_Rasterization

  • Builds a 3D engine from scratch in Java using the rasterization technique.
  • All classes and functions for vector and matrix operations are coded from scratch.
  • Follows Direct3D's coordinate systerm and rasterization rules.

References:

Notes on 3D rendering and the rasterization technique are avaliable