GarageGames / Torque3D

MIT Licensed Open Source version of Torque 3D from GarageGames
http://torque3d.org
MIT License
3.35k stars 1.2k forks source link

Initial implementation of the Scene object #2319

Closed Areloch closed 5 years ago

Areloch commented 5 years ago

Initial implementation of the Scene object for handling scenes/levels in a more consistent and deliberate way.

Azaezel commented 5 years ago

Looks like incorporation of this one'll necessitate shifting https://github.com/GarageGames/Torque3D/blob/development/Templates/Modules/FPSGameplay/levels/EmptyLevel.mis#L2 to new Scene(MissionGroup) { for load support