TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ Load()

void ShadingManager::Load ( nlohmann::json  data)

Definition at line 198 of file ShadingManager.cpp.

199{
200 shaderNodeEditor->Load(data["nodeEditor"]);
201 ReCompileShaders();
202}