11 Commits

Author SHA1 Message Date
747dfbdf91 Possible initial public release. After extensive testing, code amended to incorporate Laminar Research tools to build usable meshes for X-Plane, along with the correct files needed for the scenery. Normal maps also generating correctly. New class xp_scenery which performs generation of the mesh. Structure of files unified so that multiple tiles can be held in one single folder. Dependency for wand removed. 2024-09-24 23:20:36 +02:00
Marcus
85352308be Commit after switch to Linux - no noteworthy change in code 2024-09-12 22:51:39 +02:00
7326984762 Normal map maker for X-Plane now working correctly, and properly implemented in layer generation process. Tile folder now has a proper "z_orthographic_" naming convention, data is stored in this folder. Orthos are now stored in DDS format, as opposed to jpg, which was twice as large in file size. Tile generation process completes by generating proper DSF data files for X-Plane. 2024-09-10 19:38:48 +02:00
bbc924984a Removed wedgen in favor of the initial code for a class that generates X-Plane scenery. Class is not yet complete, but is final piece of the toolchain. 2024-09-07 20:50:39 +02:00
55e58c2fe4 Initial code to generate the WED (X-Plane World Editor) XML file at the end of all tile generation. 2024-09-05 22:49:39 +02:00
a1483fccc3 Changed path delimiter from "\\" to "/" for cross OS compatibility 2024-09-03 20:49:35 +02:00
a4c0291e74 RC4 - Implemented cross-degree adjacency checks, corrected major issue in tile completion adjacency checks 2024-09-02 08:03:45 +02:00
adcf86cc70 RC2 Release - amended stream rendering, corrected street line adding, check for existence of ZL16 tiles so that work can continue at a later stage 2024-09-01 11:13:11 +02:00
f9597fbb79 First public release - corrected issue with forest rendering. Implemented file-in-use check when clearing cache. Zoom level 16 now being built in tilegen.py . Tiles around airports will be kept - the rest will be removed after all tile creation. 2024-08-31 21:55:14 +02:00
2aed6ee8a3 Changed licensing model info, beginning of tilegen - the class which completes the entire degree of latitude and longitude, once all orthos have been generated 2024-08-27 21:55:25 +02:00
e2d5b3dc98 Initial commit of mostly working codebase. 2024-08-27 20:59:02 +02:00