userGriglercancel
branchrust_reboot/main/world_update_2/flow_vector_fieldcancel

19 Commits over 30 Days - 0.03cph!

21 Days Ago
not applying flow forces on lakes, the water is still - also cleaned up the accumulation of the flow force, the amount of nesting was horrific
21 Days Ago
accidental doubling up of waterflow generation for rivers
22 Days Ago
using parallel call to populate water flow from shore vectors
22 Days Ago
not serializing flowmap, we can just generate it on load
22 Days Ago
merge from world_update_2
24 Days Ago
merge from world_update_2
27 Days Ago
non-linear flow scaling, with further tuning
27 Days Ago
merge from world_update_2
27 Days Ago
scaling flow forces with shore distance (needs more tuning)
27 Days Ago
merge from world_update_2
29 Days Ago
waterflow changes - corrected ordering of writing water flow from shorevectors and river tangents - moved generation of WaterFlowMap into PostProcessing and put it all in one place
29 Days Ago
better separation of flow vector/angle generation, still need to find a proper home for it
29 Days Ago
functional waterflowmap - saved/loaded like other terrain data - need to adjust where it's written to, it's still hacked into other terrain generation processes
30 Days Ago
basis of water flow terraindata - compressed y-axis rotation of a world-aligned forward vector to a byte (about 0.71 degree error) in -pi to +pi range
30 Days Ago
merge from world_update_2
31 Days Ago
merge from world_update_2
34 Days Ago
merge from world_update_2
36 Days Ago
subtracting 104763 - we are using the W component on shore vectors in the shaders, just not in code
37 Days Ago
drop w component on shore vectors, nothing reads it and we have terrain topology to get the samee information