userGriglercancel
branchrust_reboot/main/jobify_ocean_simcancel

5 Commits over 0 Days - ∞cph!

34 Days Ago
fixed silly gc allocs coming from version Mathf.Min and Mathf.Max that take params arguments
34 Days Ago
re-use already calculated shore distance and terrain height values in water heigh calc
34 Days Ago
further improvements - replaced managed simdata with native - corrected flattened 3D array indexing - adjusted baking output to write data in native layout (rebaked)
35 Days Ago
buoyancy cycle doesn't use transform autoSync and syncs once at the end
35 Days Ago
initial jobified ocean height queries - ran directly from the main thread, scheduling would be slower here due to number of queries made in different locations - using a flattened native copy of the ocean sim data that needs to replace the managed version