Nathcat / Nathcats-Game-Engine

0 stars 0 forks source link

Mesh handling #2

Open Nathcat opened 2 years ago

Nathcat commented 2 years ago

MeshRenderer requires MESH, SHADER, and MATERIAL classes. Oh, and the ability to at least reference RENDERINGENGINE, even if the functions don't do anything yet.

Nathcat commented 2 years ago

mesh shader and material classes all completed, RenderFrame() method completed enough for now.