userJames Kingcancel

7,693 Commits over 3,684 Days - 0.09cph!

1 Year Ago
Layer texture referencing cleanup, example shader has full material control
1 Year Ago
Big refactor, allow passing SDFs as texture attributes between layers
1 Year Ago
WIP painting
1 Year Ago
Deleted old marching cubes stuff Added 3D SDF primitives
1 Year Ago
Added pivot parameter to TextureSdf constructor #1
1 Year Ago
Failing test for #1007 Fixed stack overflow when searching for methods with certain parameter types Fixes #1007
1 Year Ago
Fixed building without HOTLOAD_NOCATCH Fixed stack overflow when searching for methods with certain parameter types Fixes #1007 Removed some dead code
1 Year Ago
WIP use Sandbox.Diagnostics.Logger for hotload Failing test for #1007
1 Year Ago
WIP use Sandbox.Diagnostics.Logger for hotload
1 Year Ago
Fixed crash on deleting an Sdf2DWorld Fixes sboxgame/issues#3276
1 Year Ago
Allow more control over SDF layer quality
1 Year Ago
Added TexCoordSize material property, fixed duplicate collision mesh faces Added a little demo game for the 2D SDF stuff
1 Year Ago
Update README.md
1 Year Ago
Each layer can have a different quality
1 Year Ago
Can now leave front / back / cut materials as null to skip generating the respective geometry
1 Year Ago
Added LineSdf Fixed collision mesh of offset layers
1 Year Ago
Added Sdf2DMaterial.Offset Useful for background layers
1 Year Ago
Chunk physics shapes now belong to the Sdf2DWorld
1 Year Ago
Update README.md
1 Year Ago
Update README.md
1 Year Ago
Update README.md
1 Year Ago
Update README.md
1 Year Ago
Update README.md
1 Year Ago
Some 2D SDF boilerplate, WIP mesh generation Some mesh generation fixes Another mesh generation fix Add CornerRadius property to BoxSdf Allow configuring maximum distance in SDF Front and back mesh generation Cut face mesh generation Some mesh writer simplification Encode each distance as a byte rather than a float Chunk networking Re-use MarchingSquaresMeshWriter instances Physics shape generation Some cleanup, experimenting with multiple layers Loading SDFs from textures Cleanup, working on nicer cut face UV generation Solved some UV mapping edge cases Made things internal, added ISdf2D.Translate(offset) Documented public members More cleanup and documentation Added example SDF
1 Year Ago
More cleanup and documentation
1 Year Ago
Documented public members
1 Year Ago
Made things internal, added ISdf2D.Translate(offset)
1 Year Ago
Solved some UV mapping edge cases
1 Year Ago
Cleanup, working on nicer cut face UV generation
1 Year Ago
Loading SDFs from textures
1 Year Ago
Some cleanup, experimenting with multiple layers
1 Year Ago
Re-use MarchingSquaresMeshWriter instances Physics shape generation
1 Year Ago
Chunk networking
1 Year Ago
Some mesh writer simplification Encode each distance as a byte rather than a float
1 Year Ago
Cut face mesh generation
1 Year Ago
Front and back mesh generation
1 Year Ago
Allow configuring maximum distance in SDF
1 Year Ago
Another mesh generation fix Add CornerRadius property to BoxSdf
1 Year Ago
Some mesh generation fixes
1 Year Ago
Some 2D SDF boilerplate, WIP mesh generation
1 Year Ago
Rename VoxelVolume -> MarchingCubesEntity Some dumb multi-threading
1 Year Ago
Rainbow blobs Preview matches brush colour Subtracting will always ray cast
1 Year Ago
Blob tool preview
1 Year Ago
Capsule SDF type for drawing lines
1 Year Ago
Failing test reproducing sboxgame/issues#3227 Fixed sboxgame/issues#3227
1 Year Ago
Failing test reproducing sboxgame/issues#3227 Fixed sboxgame/issues#3227
1 Year Ago
Failing test reproducing sboxgame/issues#3227
1 Year Ago
Warn about missing input actions once Fixed documentation of Compiler.Name Failing test reproducing #996 Better generic method resolution, fixes #996 Possible fix for sboxgame/issues#3227 Make RPC code gen deterministic
1 Year Ago
Better generic method resolution, fixes #996 Possible fix for sboxgame/issues#3227
1 Year Ago
Warn about missing input actions once Fixed documentation of Compiler.Name Failing test reproducing #996