1
0
Fork 0

Write only the binary object.

This commit is contained in:
curt 2001-01-05 00:05:49 +00:00
parent 2b8f7a2135
commit 23c60b8b54

View file

@ -58,7 +58,6 @@
#include "convex_hull.hxx"
#include "point2d.hxx"
#include "runway.hxx"
#include "scenery_version.hxx"
#include "texparams.hxx"
@ -1980,15 +1979,13 @@ void build_airport( string airport_raw, string_list& runways_raw,
string objpath = root + "/AirportObj";
string name = apt_code;
sgWriteAsciiObj( objpath, name, b, gbs_center, gbs_radius,
wgs84_nodes, normals,
texcoords.get_node_list(),
/* sgWriteAsciiObj( objpath, name, b, gbs_center, gbs_radius,
wgs84_nodes, normals, texcoords.get_node_list(),
tris_v, tris_tc, tri_materials,
strips_v, strips_tc, strip_materials,
fans_v, fans_tc, fan_materials );
fans_v, fans_tc, fan_materials ); */
sgWriteBinObj( objpath, name, b, gbs_center, gbs_radius,
wgs84_nodes, normals,
texcoords.get_node_list(),
wgs84_nodes, normals, texcoords.get_node_list(),
tris_v, tris_tc, tri_materials,
strips_v, strips_tc, strip_materials,
fans_v, fans_tc, fan_materials );