lower signs

This commit is contained in:
mfranz 2006-04-11 23:04:24 +00:00
parent 9d9610a882
commit 90e42642b6

View 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);