- Messages
- 216
- Country
I have multiple models exported from Blender as glTF. I'd like to place each of the models hundreds of times across hundreds of kilometres. I already have a pre-defined list of coordinates (in WGS84), elevations and orientations for all the locations (currently saved as CSV, but I plan on adding them into an XML). Rather than building/compiling each of the multiple glTF into one or multiple modellib (BGL), and then placing each multiple times, is there any way of doing everything at once (i.e. a single step) with the project XML and fspackagetool.exe? Essentially the ideal is to have just one operation and no use of the in-sim SDK GUI. Any advice or instructions would be very welcome please