kaprikawn / pyragles

Companion git for following along with blog
MIT License
4 stars 0 forks source link

Reworked How Model Loading Works #99

Closed kaprikawn closed 2 years ago

kaprikawn commented 2 years ago

Put data loaded from GLTF files into global arrays. This makes it more flexible down the line, because now I can add to those arrays without using GLTF files to get stuff on the screen. It's a bit more like an ECS design.