amethyst / evoli

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

Add more interesting 3D meshes #96

Closed sunreef closed 5 years ago

sunreef commented 5 years ago

Added a wasp mesh from Quaternius for the Ixies, slime meshes for herbivores and carnivores.

Replaced the DrawShaded pass with DrawPbr to have more material features.

Changed camera to use an Orthographic projection and create an isometric viewpoint.

Replaced ground mesh with a solid cube with some displacement on top.

Added creature rotation based on movement direction.

Added Git LFS to handle the 3D meshes and Blender scenes in the repository.