TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ AddLine()

void GLSLFunction::AddLine ( GLSLLine  line)

Definition at line 155 of file GLSLHandler.cpp.

156{
157 lines.push_back(line);
158}