Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 427 Bytes

design.md

File metadata and controls

21 lines (20 loc) · 427 Bytes
  • Camera
    • View matrix4x4
    • Projection matrix4x4
  • Scene
    • Transform
      • Model matrix4x4
    • Renderer
      • Material
        • Shader
      • Mesh
        • Vertices Vector4
        • Triangles int32
        • Uvs Vector2
        • Colors Color32
  • Render Pipeline
  • Window
    • Presents the rendered image to screen
    • Receives input from user to move the camera