From e83efe66cd16dc7a1278eb54ba6b50a4aae72757 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 28 Mar 2006 05:38:06 +0000 Subject: [PATCH] don't consider fans by default --- panda/src/egg/config_egg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/egg/config_egg.cxx b/panda/src/egg/config_egg.cxx index 212232da4f..1111ec4322 100644 --- a/panda/src/egg/config_egg.cxx +++ b/panda/src/egg/config_egg.cxx @@ -126,7 +126,7 @@ ConfigVariableBool egg_subdivide_polys "Geom implementation, this happens anyway.")); ConfigVariableBool egg_consider_fans -("egg-consider-fans", true, +("egg-consider-fans", false, PRC_DESC("Set this true to enable the egg mesher to consider making " "triangle fans out of triangles that are connected at a common " "vertex. This may help if your scene involves lots of such "