Skip to content
Snippets Groups Projects
Commit fa0654a9 authored by JonShard's avatar JonShard
Browse files

Started scene loading. Cameras and model loops mostly complete. However...

Started scene loading. Cameras and model loops mostly complete. However uncommented since its not loading correctly.
parent f7181d26
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ camera: maincam
# Define entities from bottom up
# Childrens first, then parents
entity: 4
entities: 4
entity: childCube
model: cube
......
......@@ -6,6 +6,9 @@
#include <overkill/Config.hpp>
#include <overkill/EntityModel.hpp>
#include <overkill/EntityCamera.hpp>
#include <overkill/Parser.hpp>
#include <overkill/Util.hpp>
namespace overkill
{
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment