nightmareci / HeborisCE

Cross-platform Expansion (C.E.) and continuation of Heboris U.E. using modern technology and development approach
36 stars 5 forks source link

Add option for some 3D graphics like TGM3 #35

Open nightmareci opened 5 months ago

nightmareci commented 5 months ago

I'm just putting this in as an idea I thought of, because it's possible to do via SDL's render-geometry feature, which allows rendering triangles freely. I might never get to doing this feature, but of course someone else can take a stab at it.

Doing the feature properly involves implementing the full 3D linear algebra stuff you'd normally do in 3D, like with OpenGL/DirectX.