AntiSC2 / TidyEngine

TidyEngine is my exam work for school
MIT License
2 stars 0 forks source link

Add 3D support #8

Open AntiSC2 opened 7 years ago

AntiSC2 commented 7 years ago

Right now only 2D is supported but I want 3D to be possible too. The first steps to adding basic 3D support should not actually be that hard. The first step is just creating a camera that has a perspective view and then creating a mesh class or something similiar to generate a bit of 3D geometry. All entities already support 3D positioning.

AntiSC2 commented 6 years ago

Current task list: