AGL
A graphics library
agl::LineMesh Class Reference

Base class for meshes. More...

#include <line_mesh.h>

Public Member Functions

virtual void render () const
 Draw this mesh. More...
 

Detailed Description

Base class for meshes.

See also
TriangleMesh
PointMesh
LineMesh

Member Function Documentation

◆ render()

void agl::LineMesh::render ( ) const
virtual

Draw this mesh.

Typically, users do not need to call this function. It is called from Renderer.

See also
Renderer::mesh(const Mesh&)

Implements agl::Mesh.


The documentation for this class was generated from the following files: