38EmptyEditorTabView::EmptyEditorTabView(
EditorView* editorView,
const string& tabId,
Prototype* prototype)
44 engine = Engine::createOffScreenInstance(512, 512,
true,
true,
false);
77 Console::print(
string(
"EmptyEditorTabView::initialize(): An error occurred: "));
78 Console::println(
string(exception.what()));
112 PrototypeWriter::write(pathName, fileName,
prototype);
void display()
Renders the scene.
void setShadowMapLightEyeDistanceScale(float shadowMapLightEyeDistanceScale)
Set shadow map light eye distance scale.
void reset()
Removes all entities and caches.
void setSceneColor(const Color4 &sceneColor)
Set scene color.
MutableString & append(char c)
Append character.
std::exception Exception
Exception base class.