Nathcat / Nathcats-Game-Engine

0 stars 0 forks source link

DirectX rendering #1

Open Nathcat opened 2 years ago

Nathcat commented 2 years ago

Matrix transformations are required to complete this. Recommend that MeshRenderer and matrix transformations are completed before writing the RenderFrame() function.

Nathcat commented 2 years ago

Matrix transformations are also required for this task to be completed

Nathcat commented 2 years ago

Matrix transformations are now implemented, RenderFrame() method completed enough for now.