more, but all sorts of signs. Now is the best time to get rid of a
misleading name.
#include "apt_signs.hxx"
-#define TAXI "OBJECT_TAXI_SIGN: "
+#define TAXI "OBJECT_SIGN: "
#define RWY "OBJECT_RUNWAY_SIGN: "
//
// Example: {l}E|{L}[T]|{Y,ur}L|E{r}
//
-ssgBranch *sgMakeTaxiSign( SGMaterialLib *matlib,
- const string path, const string content )
+ssgBranch *sgMakeSign(SGMaterialLib *matlib, const string path, const string content)
{
double sign_height = 1.0; // meter
bool lighted = true;
SG_USING_STD(string);
-// Generate a taxi sign
-ssgBranch *sgMakeTaxiSign( SGMaterialLib *matlib,
- const string path, const string content );
+// Generate a generic sign
+ssgBranch *sgMakeSign( SGMaterialLib *matlib,
+ const string path, const string content );
// Generate a runway sign