1
0
Fork 0

The center line lights are packed closer together so they look brighter.

I'm going to make them less intense than the edge lighting.
This commit is contained in:
curt 2002-10-16 22:38:47 +00:00
parent 5e9e89596a
commit 49ba2555d9

View file

@ -326,7 +326,7 @@ static superpoly_list gen_runway_center_line_lights( const FGRunway& rwy_info,
FGSuperPoly white;
white.set_poly( lights_poly );
white.set_normals( normals_poly );
white.set_material( "RWY_WHITE_LIGHTS" );
white.set_material( "RWY_WHITE_MEDIUM_LIGHTS" );
lights_poly.erase();
normals_poly.erase();
@ -336,7 +336,7 @@ static superpoly_list gen_runway_center_line_lights( const FGRunway& rwy_info,
FGSuperPoly red;
red.set_poly( lights_poly );
red.set_normals( normals_poly );
red.set_material( "RWY_RED_LIGHTS" );
red.set_material( "RWY_RED_MEDIUM_LIGHTS" );
superpoly_list result; result.clear();