Uriopass / Egregoria

3D City Builder without a grid
http://douady.paris/blog/
GNU General Public License v3.0
1.52k stars 52 forks source link

Reduce instances size #17

Closed Uriopass closed 4 years ago

Uriopass commented 4 years ago

When 100k cars are in, heap exceded errors are thrown.

Currently, instances are matrix fours, whereas they should hold in vec4 (position + rotation)

Uriopass commented 4 years ago

Done in 992ab806effce9c0a57bcfad1787f4edfbd9ffb3