Skip to content

Commit 22c57c6

Browse files
committed
global volume constraint; backface normals
1 parent ed6c9d7 commit 22c57c6

File tree

16 files changed

+1722
-211
lines changed

16 files changed

+1722
-211
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ build_demo_wrapper() {
118118
[cloth]="cloth.vtk sphere.obj"
119119
[pendulum]="cube.obj"
120120
[joints]="cube.obj"
121-
[balloon]="sphere.vtk"
122121
[sheet]=" "
122+
[balloon]="sphere.vtk cube.vtk"
123123
)
124124

125125
if [[ -n "$1" && -n "${dependencies[$1]}" ]]; then

data/cube.geo

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// Gmsh project created on Mon Oct 13 23:26:43 2025
2+
SetFactory("OpenCASCADE");
3+
//+
4+
Box(1) = {-0.5, -0.5, -0.5, 1, 1, 1};

0 commit comments

Comments
 (0)