Monthly Archives: March 2021

Large Mesh Files

I decided to re-write the mesh load and save routines used by the engine. They were previously using a recursive algorithm, which quickly caused the stack to fill up on larger models with deep hierarchies. Running into a stack overflow … Continue reading

Posted in Engine Development, Game Development | Tagged , | Comments Off on Large Mesh Files