22 using std::make_unique;
24 using std::unique_ptr;
41 EmptyEditorTabView::EmptyEditorTabView(
EditorView* editorView,
const string& tabId,
Prototype* prototype)
46 this->prototype = unique_ptr<Prototype>(
prototype);
47 engine = unique_ptr<Engine>(Engine::createOffScreenInstance(512, 512,
true,
true,
false));
48 engine->setShadowMapLightEyeDistanceScale(0.1f);
49 engine->setSceneColor(
Color4(39.0f / 255.0f, 39.0f / 255.0f, 39.0f / 255.0f, 1.0f));
75 Console::println(
"EmptyEditorTabView::initialize(): An error occurred: " +
string(exception.what()));
109 PrototypeWriter::write(pathName, fileName,
prototype.get());
Color 4 definition class.
Vector3 class representing vector3 mathematical structure and operations with x, y,...
Mutable utf8 aware string class.
MutableString & append(char c)
Append character.
std::exception Exception
Exception base class.