chasester / Rival3dengine

8 stars 2 forks source link

Fix world system to add new root level system #39

Open chasester opened 7 years ago

chasester commented 7 years ago

Remove scene as a man class type. Due to some overhaul I've found the best way to handle this system is having one over arching world class which is in charge of managing and passing out pointers to nodes through and ID system. Worldroot will be in charge of managing nodes and octtrees based on a single origin point and rotation (basic matrix). This will allow for a more dynamic world and allow for moving worlds and other more eccentric types of projects in the future.