Radium Engine
1.7.0
Loading...
Searching...
No Matches
FileData.cpp
1
#include <Core/Asset/Camera.hpp>
2
#include <Core/Asset/FileData.hpp>
3
#include <Core/Asset/LightData.hpp>
4
#include <Core/Asset/VolumeData.hpp>
5
6
namespace
Ra
{
7
namespace
Core {
8
namespace
Asset {
9
11
FileData::FileData(
const
std::string
& filename,
const
bool
VERBOSE_MODE ) :
12
m_filename( filename ),
13
m_loadingTime( 0.0 ),
14
m_geometryData(),
15
m_volumeData(),
16
m_handleData(),
17
m_animationData(),
18
m_lightData(),
19
m_processed( false ),
20
m_verbose( VERBOSE_MODE ) {}
21
23
FileData::~FileData() {}
24
25
}
// namespace Asset
26
}
// namespace Core
27
}
// namespace Ra
std::string
Ra
hepler function to manage enum as underlying types in VariableSet
Definition
Cage.cpp:4
src
Core
Asset
FileData.cpp
Generated by
1.12.0