DarkRadiant: master 068760ef

Author Committer Branch Timestamp Parent
greebo greebo master 11.04.2021 03:43 master 808f0baa
Changeset Compilation fixes (math::near => math::isNear).
Vertex3f is now an alias to Vector3 instead of deriving from it (and the compiler failing to match all the non-class template functions, like math::isNear).
Add math::isNear overload for TexCoord2f, just to be consistent.
mod - libs/math/Plane3.h Diff File
mod - libs/render/TexCoord2f.h Diff File
mod - libs/render/Vertex3f.h Diff File
mod - libs/render/VertexCb.h Diff File
mod - libs/render/VertexHashing.h Diff File
mod - libs/texturelib.h Diff File
mod - plugins/script/interfaces/MathInterface.cpp Diff File
mod - radiantcore/brush/Brush.h Diff File
mod - radiantcore/brush/Face.cpp Diff File
mod - radiantcore/patch/Patch.cpp Diff File
mod - radiantcore/patch/algorithm/General.cpp Diff File
mod - radiantcore/selection/Remap.h Diff File
mod - radiantcore/selection/manipulators/RotateManipulator.cpp Diff File
mod - test/Models.cpp Diff File
mod - test/PatchWelding.cpp Diff File
mod - test/Selection.cpp Diff File
mod - test/math/Vector.cpp Diff File