From 459e94900d06ea79b7fb215880e336a8cba156ca Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 7 Dec 2023 09:27:52 +0100 Subject: wipshit --- src/chunk-walls.cpp | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/chunk-walls.cpp (limited to 'src/chunk-walls.cpp') diff --git a/src/chunk-walls.cpp b/src/chunk-walls.cpp new file mode 100644 index 00000000..2c09a79d --- /dev/null +++ b/src/chunk-walls.cpp @@ -0,0 +1,22 @@ +#include "chunk.hpp" +#include "src/tile-bbox.hpp" +#include +#include + +// +x +y +z +// +x +y -z +// -x -y +z +// -x +y -z + +namespace floormat { + +using Wall::Group_; + +// wall north +template<> auto chunk::make_wall_vertex_data(size_t tile, float depth) -> vertex +{ +} + + + +} // namespace floormat -- cgit v1.2.3