From b08ddd6b46e44fc1ed61ce4e55bd4553a3ac6b96 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 7 Nov 2021 20:41:59 +0100 Subject: Increase subdivision for patches and spheres. --- src/model/mapfile.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/model/mapfile.cc') diff --git a/src/model/mapfile.cc b/src/model/mapfile.cc index 3adcbb0..99601a6 100644 --- a/src/model/mapfile.cc +++ b/src/model/mapfile.cc @@ -459,7 +459,7 @@ bool MapFile::read_patchdef() // binomial coefficient const float binom[3] = {1.0f, 2.0f, 1.0f}; - const size_t subdivide_max = 4; + const size_t subdivide_max = 8; size_t subdivide_u = 0; size_t subdivide_v = 0; -- cgit v1.2.3