Merge branch 'master' of https://github.com/coelckers/gzdoom into lightmaps2

This commit is contained in:
nashmuhandes 2022-01-22 18:06:05 +08:00
commit db92e63e22
5 changed files with 140 additions and 1 deletions

View file

@ -37,6 +37,7 @@
#include "hwrenderer/scene/hw_drawinfo.h"
#include "hwrenderer/scene/hw_drawstructs.h"
#include "models.h"
#include <cmath> // needed for std::floor on mac
template<class T>
T smoothstep(const T edge0, const T edge1, const T x)