TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ AddTopLine()

void GLSLHandler::AddTopLine ( GLSLLine  line)

Definition at line 241 of file GLSLHandler.cpp.

242{
243 topLines.push_back(line);
244}