TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ Save()

nlohmann::json ApplicationStateCameras::Save ( )

Definition at line 37 of file ApplicationState.cpp.

38{
40 data["main"] = main.Save();
41 data["postProcess"] = postPorcess.Save();
42 return data;
43}
a class to store JSON values
Definition: json.hpp:17860
basic_json<> json
default JSON class
Definition: json.hpp:3411