Changeset 3101
- Timestamp:
- Jun 6, 2006, 3:07:51 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
production/wollongong_2006/run_flagstaff.py
r3046 r3101 67 67 68 68 # Add buildings 69 dict = importUngenerateFile(project.buildings_filename) 70 Segment.set_default_tag('wall') # This should bind to a Reflective boundary 71 mesh.addVertsSegs(dict) 69 # This should bind to a Reflective boundary 70 mesh.import_ungenerate_file(project.buildings_filename,tag='wall') 72 71 73 72 # Generate and write mesh to file
Note: See TracChangeset
for help on using the changeset viewer.