branchrust_reboot/main/ice_sculptures2cancel

31 Commits over 0 Days - ∞cph!

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