userGriglercancel
branchrust_reboot/main/ice_sculptures2cancel

31 Commits over 0 Days - ∞cph!

8 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
8 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
8 Days Ago
fixed setcolormenu not showing properly
8 Days Ago
better additive sculpting plane handling, only paints onto plane and doesn't create towers of additive shapes
8 Days Ago
fixed OBB rotation being in the wrong space
8 Days Ago
codegen
9 Days Ago
merge from main
11 Days Ago
fixed undo buffer storing in the wrong order when clearing
11 Days Ago
compile fix
11 Days Ago
fixed server leaking marching cubes data
11 Days Ago
undo/redo working, also fixed some tooltips
12 Days Ago
merge from main
12 Days Ago
merge from hit_guides
12 Days Ago
server runs marching cubes and generates collider
12 Days Ago
fixed save not working in sculpting
12 Days Ago
missing change
12 Days Ago
further cleanup
12 Days Ago
Fully removed PointGrid3D and associated jobs
12 Days Ago
merge from main
12 Days Ago
merge from gui_cleanup
13 Days Ago
compile fixes
13 Days Ago
breaking BaseSculpture down into multiple files, getting unmanageable
13 Days Ago
merge from pointgrid_to_sdf
14 Days Ago
merge from main
18 Days Ago
moved some vertex processing into multi-threaded generation
18 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)
18 Days Ago
merge from the correct gui_sculpting branch
18 Days Ago
merge from sdf_sculpting
20 Days Ago
codegen
20 Days Ago
merge from gui_sculpting
20 Days Ago
sculpture item not hidden