Photon Editor Library 2.0.0-beta
A physically based renderer.
|
#include "Designer/IO/DesignerSceneWriter.h"
#include "ph_editor.h"
#include "Designer/DesignerScene.h"
#include "Designer/DesignerObject.h"
#include "Designer/IO/DesignerSceneMetaInfo.h"
#include "Designer/IO/DesignerDataPacketInterface.h"
#include <Common/assertion.h>
#include <Common/logging.h>
#include <DataIO/FileSystem/Path.h>
#include <DataIO/FileSystem/Filesystem.h>
#include <DataIO/Stream/FormattedTextOutputStream.h>
#include <SDL/sdl_helpers.h>
#include <SDL/Introspect/SdlOutputContext.h>
#include <SDL/Introspect/SdlClass.h>
#include <Utility/SemanticVersion.h>
#include <Common/config.h>
#include <utility>
#include <vector>
Namespaces | |
namespace | ph |
namespace | ph::editor |
Functions | |
ph::editor::PH_DEFINE_INTERNAL_LOG_GROUP (DesignerSceneWriter, Designer) | |