MCPcopy Create free account
hub / github.com/chrxh/alien / init

Method init

source/Gui/SimulationInteractionController.cpp:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23void SimulationInteractionController::init(SimulationFacade simulationFacade)
24{
25 _simulationFacade = simulationFacade;
26 _editorOn = OpenGLHelper::loadTexture(Const::EditorOnFilename);
27 _editorOff = OpenGLHelper::loadTexture(Const::EditorOffFilename);
28}
29
30void SimulationInteractionController::process()
31{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected