summaryrefslogtreecommitdiffhomepage
path: root/draw/wireframe-meshes.cpp
blob: f81f682254084bc800f879fae542da1eaf91f797 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "wireframe-meshes.hpp"

namespace floormat::wireframe {

meshes::meshes() :
    _wireframe_texture{make_constant_texture()},
    quad   {_wireframe_texture},
    wall_n {_wireframe_texture},
    wall_w {_wireframe_texture},
    box    {_wireframe_texture},
    rect   {_wireframe_texture}
{
}

} // namespace floormat::wireframe