22 Commits

Author SHA1 Message Date
88bcdf4a7a Milestone commit - switch to mostly in-memory management, and functioning multi-processing for ortho generation 2024-11-16 15:20:00 +01:00
817d65639d Further fine tuning to rendering and layering, added subtle details to different kinds of buildings for more realism 2024-10-12 21:18:39 +02:00
265197d295 Corrections to shadow sharpness, made sure shadows of buildings appear below forests 2024-10-09 21:12:37 +02:00
be750bd53c Added textures. Changes to shadow generation. Refinements to layers and blurs. Made sure roads appear correctly. Removed streams for inland cutting as those are barely visible on actual satellite images. Proper testing to be done, close to public release. 2024-10-08 21:20:51 +02:00
d4aaa36ca0 Added small streams to be cut from the image to have X-Plane show it as real water 2024-10-05 22:54:53 +02:00
f0820fb175 Needed to modify layergen so merge residential areas into the layer, as otherwise this conflict of layering was not solvable. Adjustment to buildings in photogen to give buildings a slight outline. 2024-10-05 22:47:04 +02:00
b0f4a81aca Further fine-tuning to layering and completion generation ahead of release 2024-10-05 09:45:04 +02:00
db5fb30787 Massive changes to building generation, adjustments to area generation, changes to tile completion. More layers that were previously missing, added. Texture changes. Getting close to public release. 2024-10-04 20:41:59 +02:00
bb5c1aab23 Removed tiledb and SQLite dependency as there have been issues with image generation. tiledb replaced with tileinfo, a plain text based data info class. Images reduced to 2048 instead of 3000px, resulting in speed boost for image generation. 2024-09-26 23:34:38 +02:00
1df4cd2ffc Implemented fix to correct alpha on final image so that DDSTool for X-Plane works correctly 2024-09-25 21:24:06 +02:00
728b4aa9c6 Corrections in water cut code, amendments for tile completion as code resulted in blank patches in DDS files where there is no water. 2024-09-25 14:14:33 +02:00
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
a5e850feec X-Plane DSF file generator, X-Plane normal map generator. Normal maps can be turned on or off in defines.py . Normal map generation implemented in layergen. Nearing initial public release. Added sand and desert source material. Changed layer order for some parts. 2024-09-09 23:14:43 +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
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
8a4aab200e Made forest lines look much more natural, adjusted coloring of some roads and streets, corrected layering, added graphical patch files to make some natural features look more realistic. 2024-08-29 22:46:49 +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
f455988334 Corrected bug in layergen preventing generation of tile completion layer 2024-08-27 21:24:32 +02:00
e2d5b3dc98 Initial commit of mostly working codebase. 2024-08-27 20:59:02 +02:00