amethyst / evoli

An ecosystem-simulation game made with Amethyst
https://community.amethyst.rs/t/evoli-introduction/770
Other
217 stars 33 forks source link

Replace sprites with 3D meshes and add DrawShaded pass. #91

Closed sunreef closed 5 years ago

sunreef commented 5 years ago

Replaced creature sprites with low-poly meshes and spheres.

To make it work, I also replaced the DrawFlat pass with a DrawShaded and added a directional light to the scene.