46TriggerEditorTabView::TriggerEditorTabView(
EditorView* editorView,
const string& tabId,
Prototype* prototype)
52 engine = Engine::createOffScreenInstance(512, 512,
true,
true,
false);
93 Console::print(
string(
"TriggerEditorTabView::initialize(): An error occurred: "));
94 Console::println(
string(exception.what()));
128 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.