reposbox-sdfcancel

78 Commits over 61 Days - 0.05cph!

Yesterday
Updated shaders after Facepunch/sbox#1041
4 Days Ago
Null mesh check in Sdf2DMeshWriter
4 Days Ago
Update README.md
4 Days Ago
Update README.md
4 Days Ago
Update README.md
4 Days Ago
Updated addon tags / descriptions Use 3D white texture as a default for 3D chunks
4 Days Ago
Documented all public members of libsdf
5 Days Ago
Only delete blob tool preview on server
5 Days Ago
Blob tool tweaks
5 Days Ago
Final scorching tweaks
5 Days Ago
WIP 3D scorching
5 Days Ago
Refactored triplanar shader
5 Days Ago
Fixed garbled triangles when subtracting Fixed subtract just lasering in a straight line
5 Days Ago
Deleted old marching cubes stuff Added 3D SDF primitives Some 2D refactoring Tabify WorldQuality refactor to support 3D worlds Abstracted out SdfArray from Sdf2DArray Implemented Sdf3DArray Added Sdf3DVolume resource Big abstracting refactor Mining demo renaming SDF materials to layers Sdf3D Array, Chunk, World, stubbed MeshWriter Sdf3DMeshWriter structs and enums Break up MeshWriter classes, basic example for generated 3D cases 3D cases code gen boilerplate First pass at finding edge loops Generate code for adding triangles Fixed degenerate triangles Fleshed out the rest of Sdf3DMeshWriter Flipped triangles Updated blobtool Fixed some bugs with generated vertices Mesh generation is multithreaded again Smoother normals Sdf modification methods are now async Allow synchronous modifications too Some thread safety, including copy samples before generating mesh Use a lower resolution collision volume Limit how much work is done on the main thread each tick Fixed garbled triangles when subtracting Fixed subtract just lasering in a straight line
5 Days Ago
Limit how much work is done on the main thread each tick
5 Days Ago
Use a lower resolution collision volume
5 Days Ago
Allow synchronous modifications too Some thread safety, including copy samples before generating mesh
6 Days Ago
Sdf modification methods are now async
6 Days Ago
Smoother normals
6 Days Ago
Fixed some bugs with generated vertices Mesh generation is multithreaded again
7 Days Ago
Fleshed out the rest of Sdf3DMeshWriter Flipped triangles Updated blobtool
7 Days Ago
Fixed degenerate triangles
7 Days Ago
Generate code for adding triangles
7 Days Ago
3D cases code gen boilerplate First pass at finding edge loops
7 Days Ago
Break up MeshWriter classes, basic example for generated 3D cases
7 Days Ago
Sdf3DMeshWriter structs and enums
7 Days Ago
Mining demo renaming SDF materials to layers Sdf3D Array, Chunk, World, stubbed MeshWriter
11 Days Ago
Added Sdf3DVolume resource Big abstracting refactor
11 Days Ago
Implemented Sdf3DArray
11 Days Ago
Deleted old marching cubes stuff Added 3D SDF primitives Some 2D refactoring Tabify WorldQuality refactor to support 3D worlds Abstracted out SdfArray from Sdf2DArray
18 Days Ago
Fixed texture source layers not clearing properly client-side
18 Days Ago
Fixed errors when clearing a world
18 Days Ago
Fixed layer _Params attribute not being set correctly for absent chunks Fixed possible warning on client
20 Days Ago
Some more asset cleanup Updated README.md
20 Days Ago
Layer texture referencing cleanup, example shader has full material control
21 Days Ago
Big refactor, allow passing SDFs as texture attributes between layers
21 Days Ago
WIP painting
21 Days Ago
Deleted old marching cubes stuff Added 3D SDF primitives
21 Days Ago
Added pivot parameter to TextureSdf constructor #1
24 Days Ago
Fixed crash on deleting an Sdf2DWorld Fixes sboxgame/issues#3276
24 Days Ago
Allow more control over SDF layer quality
25 Days Ago
Added TexCoordSize material property, fixed duplicate collision mesh faces Added a little demo game for the 2D SDF stuff
25 Days Ago
Update README.md
25 Days Ago
Each layer can have a different quality
25 Days Ago
Can now leave front / back / cut materials as null to skip generating the respective geometry
25 Days Ago
Added LineSdf Fixed collision mesh of offset layers
25 Days Ago
Added Sdf2DMaterial.Offset Useful for background layers
25 Days Ago
Chunk physics shapes now belong to the Sdf2DWorld
26 Days Ago
Update README.md
26 Days Ago
Update README.md