liblava / liblava

Modern and easy-to-use library for Vulkan
https://liblava.dev
MIT License
783 stars 46 forks source link

Added a scale by vector method to mesh data #70

Closed Cons-Cat closed 3 years ago

Cons-Cat commented 3 years ago

I needed to flip a mesh by {1, -1, 1}, so I wrote this. By taking in a 3 element vector this way, it could also be used to make meshes fatter or taller.

TheLavaBlock commented 3 years ago

👍 Thanks