Move FilamentApp into libs/filamentapp.

This will make it easier to migrate gltf_viewer into tools.

This is not a rewrite of FilamentApp, just a baby step.
This commit is contained in:
Philip Rideout
2020-04-02 10:01:13 -07:00
parent 17dd44fd91
commit 37e2f46e10
46 changed files with 323 additions and 611 deletions

View File

@@ -37,8 +37,8 @@
#include <math/mat4.h>
#include <math/vec4.h>
#include "app/Config.h"
#include "app/FilamentApp.h"
#include "filamentapp/Config.h"
#include "filamentapp/FilamentApp.h"
#include <stb_image.h>
#include <utils/EntityManager.h>