]> git.mxchange.org Git - simgear.git/commitdiff
lower signs
authormfranz <mfranz>
Tue, 11 Apr 2006 23:04:24 +0000 (23:04 +0000)
committermfranz <mfranz>
Tue, 11 Apr 2006 23:04:24 +0000 (23:04 +0000)
simgear/scene/tgdb/apt_signs.cxx

index e4d9fb571862c4ec2a25f8cf7c3caaf81d7a3506..b3868d34506c4b02a3b7731e215bb3950cd35960 100644 (file)
@@ -256,7 +256,7 @@ ssgBranch *sgMakeTaxiSign( SGMaterialLib *matlib,
 
     // Part II: typeset
     double hpos = -total_width / 2;
-    const double dist = 0.5;        // hard-code distance from surface for now
+    const double dist = 0.25;        // hard-code distance from surface for now
 
     sgVec3 normal;
     sgSetVec3(normal, 0, -1, 0);