branchrust_reboot/main/ice_sculptures2cancel

31 Commits over 0 Days - ∞cph!

16 Days Ago
Convar the generator pool count as `marchingcubemanager.generatorpoolcount`, defaults to 4 limit to [1-32] so no one sets it to a stupid value
16 Days Ago
refactored mesh generation to use a fixed size pool of generators over multiple frames, removes a huge amount of the fixed memory cost of each sculpture
16 Days Ago
fixed setcolormenu not showing properly
16 Days Ago
better additive sculpting plane handling, only paints onto plane and doesn't create towers of additive shapes
16 Days Ago
fixed OBB rotation being in the wrong space
16 Days Ago
codegen
16 Days Ago
merge from main
19 Days Ago
fixed undo buffer storing in the wrong order when clearing
19 Days Ago
compile fix
19 Days Ago
fixed server leaking marching cubes data
19 Days Ago
undo/redo working, also fixed some tooltips
20 Days Ago
merge from main
20 Days Ago
merge from hit_guides
20 Days Ago
server runs marching cubes and generates collider
20 Days Ago
fixed save not working in sculpting
20 Days Ago
missing change
20 Days Ago
further cleanup
20 Days Ago
Fully removed PointGrid3D and associated jobs
20 Days Ago
merge from main
20 Days Ago
merge from gui_cleanup
21 Days Ago
compile fixes
21 Days Ago
breaking BaseSculpture down into multiple files, getting unmanageable
21 Days Ago
merge from pointgrid_to_sdf
22 Days Ago
merge from main
26 Days Ago
moved some vertex processing into multi-threaded generation
26 Days Ago
fixed triangle -> vertices/indices processing, each edge holds a cache of indices (max of 4 that it can produce in any configuration) and vertices check this cache before adding their own - EdgeKey now just holds the interpolated vertex and an order-independent hash of the grid corners it is defined by - Lets us weld vertices within our own tolerance, roughly halves verts and allows smooth normals to be calculated properly (we lose hard edges a bit with this, but we can solve that procedurally later if we want)
26 Days Ago
merge from the correct gui_sculpting branch
26 Days Ago
merge from sdf_sculpting
28 Days Ago
codegen
28 Days Ago
merge from gui_sculpting
28 Days Ago
sculpture item not hidden