TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ TextureBaker()

TextureBaker::TextureBaker ( ApplicationState appState)

Definition at line 6 of file TextureBaker.cpp.

7 :appState(appState)
8{
9 previewFrameBuffer = new FrameBuffer(512, 512);
10}