TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ Load()

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

Definition at line 45 of file ApplicationState.cpp.

46{
47 main.Load(data["main"]);
48 postPorcess.Load(data["postProcess"]);
49}