BSPParser
Simple and modern library for parsing the Valve BSP format
Loading...
Searching...
No Matches
normal-blending.hpp
1#pragma once
2
3#include "triangulated-displacement.hpp"
4
5namespace BspParser::Internal {
10 void blendNeighbouringDisplacementNormals(std::span<TriangulatedDisplacement> displacements);
11}