Monthly Archives: June 2017

Bounding Volumes, Server Hardware, etc.

I’ve been working on a glitch in the engine that caused the root level bounding volume not to be created, if the node didn’t have any vertices.  When merging the bounding volumes in a hierarchy, the top-level node should represent … Continue reading

Posted in Engine Development, Hardware | Leave a comment

Memory Manager and CPUID

I’ve been going through my notes on the engine this week.  There were many little small issues that I was able to mark off the list!  The code is running pretty nice.  Things are certainly headed in the right direction. Fixed … Continue reading

Posted in Engine Development | Leave a comment