3D scene stable
This commit is contained in:
parent
938616d989
commit
e32e5e77d1
14 changed files with 96 additions and 45 deletions
|
|
@ -1,2 +1,6 @@
|
|||
|
||||
#include "Scene.hpp"
|
||||
#include "Scene.hpp"
|
||||
|
||||
bool tp::Scene::load(const std::string& scenePath) {
|
||||
return loadLuaFormat(scenePath);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue