26 using std::make_unique;
28 using std::unique_ptr;
49 DecalEditorTabView::DecalEditorTabView(
EditorView* editorView,
const string& tabId,
Prototype* prototype)
54 this->prototype = unique_ptr<Prototype>(
prototype);
55 engine = unique_ptr<Engine>(Engine::createOffScreenInstance(512, 512,
true,
true,
false));
56 engine->setShadowMapLightEyeDistanceScale(0.1f);
57 engine->setSceneColor(
Color4(39.0f / 255.0f, 39.0f / 255.0f, 39.0f / 255.0f, 1.0f));
91 Console::println(
"DecalEditorTabView::initialize(): An error occurred: " +
string(exception.what()));
126 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.