This folder contains the building 3D models. The models are sorted by building number and floor number. Each model consists of : * a model file in IV or AUTOCAD log format. * a config file (config.ini) * a geom/ directory * a visibility/ directory The geom/ directory contains the list of vertices and faces of the model as well as an info file. The visibility/ directory contains the list of nodes (nodes.dat) and visible edges and faces for each node (edges.txt). *************************************************** FILES STRUCTURE IN GEOM/ geom/vertices: geom/faces: ... geom/info: *************************************************** FILES STRUCTURE IN VISIBILITY/ visibility/nodes.dat: <-1> $$ * the first list of node IDs is the list of visible neighbor nodes, the second list of node IDs is the list of all neighbor nodes. * file_pos is a pointer in file edges.dat to the set of visible edges and faces. visibility/edges.txt: $$ $$