summary refs log tree commit diff
path: root/src/World/Generation
AgeCommit message (Expand)Author
2024-05-19Fix black spots on water mesh HEAD mainMel
2024-04-09Traverse all chunk blocks in a unified (and cache-friendly) wayMel
2023-12-07Consolidate mathematical functions into single file and add moreMel
2023-08-14Generate AABBs for terrain that collides with PlayerMel
2023-08-06Improve MC::Position and remove some redundant codeMel
2023-07-29Add default light to just-generated chunksMel
2023-07-29Move chunk reification to worker threads and set stage for chunk-unbound ligh...Mel
2023-07-22Propagation in lighting systemMel
2023-07-21Extremely simple chunk-limited lightingMel
2023-07-11Create MeshBuilder utility for comfy mesh buildingMel
2023-07-10Separate transparent water mesh (not sorted, bad)Mel
2023-07-09Added corners to AOMel
2023-07-09Ambient occlusion (without corners)Mel
2023-07-08Use own size typesMel
2023-07-08Add crude texture transparencyMel
2023-07-07Fix minor quality issuesMel
2023-07-07Chunk-bound tree decorationMel