Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 350 Bytes

File metadata and controls

11 lines (6 loc) · 350 Bytes

Model Renderer

透過版本為1.7.0的glew library中的opengl API讀入並渲染模型。 內部資料使用Data Oriented方式撰寫, 將資料整理成Struct of Array的形式。 最後使用phong Model作為光照模型。

image