Ajout du validateur json + correctif factory metadata
This commit is contained in:
@@ -4,12 +4,9 @@
|
||||
#include "../Component/Meta/CMetaData.hpp"
|
||||
#include "../Component/Geometry/CTransform.hpp"
|
||||
#include "../Component/Camera/CCamera.hpp"
|
||||
#include "../Component/Relationships/CRelationship.hpp"
|
||||
#include "../Graphics/API/GraphicsAPI.hpp"
|
||||
#include "../Graphics/Data/CModelLoader.hpp"
|
||||
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
namespace CosmicCore {
|
||||
|
||||
CScene::CScene(std::string name) : CSerializable(),
|
||||
@@ -96,16 +93,6 @@ namespace CosmicCore {
|
||||
}
|
||||
}
|
||||
|
||||
// void CScene::setMask(unsigned int mask)
|
||||
// {
|
||||
// m_maskLayer = mask;
|
||||
// }
|
||||
|
||||
// unsigned int CScene::getMask(void)
|
||||
// {
|
||||
// return m_maskLayer;
|
||||
// }
|
||||
|
||||
nlohmann::json CScene::to_json()
|
||||
{
|
||||
return nlohmann::json();
|
||||
|
||||
Reference in New Issue
Block a user