A
Aviasim
Guest
Roughly how long would ScenProc take to compile autogen from .SHP files?
At first I started with the shapefiles of the entire city of Leicester, it appeard to be taking a while, so I cancelled it, and opened up the shapefiles in QGis, selected a couple of streets, ran it through scenproc and again it seems to be taking so long!
Here is my code:
also...
14:53:47 IMPORTSHP Reading SHP file le.shp
14:53:48 Read 244 features from file
14:53:48 Splitting features in 0.0146484375 x 0.010986328125 grid...
The green load bar is about just over 3 quaters, doesnt seem to be moving...
time is now 15:00, doesnt appear to of moved or changed, but computer fans still spinning like crazy...is it me or does this program always take this long to do such small area?
At first I started with the shapefiles of the entire city of Leicester, it appeard to be taking a while, so I cancelled it, and opened up the shapefiles in QGis, selected a couple of streets, ran it through scenproc and again it seems to be taking so long!
Here is my code:
Code:
IMPORTSHP|le.shp|NOREPROJ
#
SPLITGRID|AGN
#
SETAGNBUILDINGHEIGHT|1.0;0.0;0.0;0.0
CREATEAGNGENBUILD|FTYPE=POLYGON;FROMFILE=le.shp;FWIDTH<20|{5ae04eb6-934c-4f63-bb48-5e7dee601212}|MAXRATIO=2
CREATEAGNGENBUILD|FTYPE=POLYGON;FROMFILE=le.shp;FWIDTH>20|{6089A0BD-CED1-4c47-9A9E-64CDD0E16983}
#
WRITEAGNFILES|FSX|C:\Users\Darren\Desktop\COL\Texture
also...
14:53:47 IMPORTSHP Reading SHP file le.shp
14:53:48 Read 244 features from file
14:53:48 Splitting features in 0.0146484375 x 0.010986328125 grid...
The green load bar is about just over 3 quaters, doesnt seem to be moving...
time is now 15:00, doesnt appear to of moved or changed, but computer fans still spinning like crazy...is it me or does this program always take this long to do such small area?
