DucktapeEngine / Ducktape

Ducktape - An open source 3d C++ game engine.
MIT License
127 stars 25 forks source link

Allow multi texturing #175

Closed aryanbaburajan closed 1 year ago

aryanbaburajan commented 1 year ago

Describe the solution you'd like Allow multi-texturing, having multiple diffuse/specular/etc. textures in a single mesh. This would also allow for merged textures, for grass/dirt effects etc.

aryanbaburajan commented 1 year ago

Closing up "extra" issues to aim for releasing MVP.