basic marching cubes working
This commit is contained in:
Vendored
+14
-1
@@ -11,7 +11,20 @@
|
||||
"program": "${workspaceRoot}/build/FluidSimulation",
|
||||
"args": [],
|
||||
"cwd": "${workspaceRoot}/build",
|
||||
"MIMode": "lldb"
|
||||
"MIMode": "gdb",
|
||||
"setupCommands": [
|
||||
{
|
||||
"text": "-enable-pretty-printing",
|
||||
"description": "enable pretty printing",
|
||||
"ignoreFailures": false
|
||||
},
|
||||
{
|
||||
"text": "source ${workspaceRoot}/Seele/gdb/Seele.py",
|
||||
"description": "load Seele python script",
|
||||
"ignoreFailures": false
|
||||
}
|
||||
],
|
||||
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user