-
```
Create a TriMesh like: (pyramid) Object A
vertexList
Microsoft.Xna.Framework.Vector3[16]}
[0]: {X:1.78321 Y:1.78321 Z:-1.783479}
[1]: {X:1.78321 Y:-1.78321 Z:-1.783479}
[2]: {X:-1.783…
-
### System information
SolveSpace version: 3.0~d3da2c8b
Operating system: Ubuntu 20.04
### Expected behavior
Solvespace should just open and work!
### Actual behavior
Solvespace …
-
In `packages/plexus/package.json` there is a `start` command. It does not work currently unless the changes below are applied (committed in #2094 for easier reuse). However, even with these changes a …
-
@HungryProton we discussed a `Plane Mesh from Transforms` node for terrain here: https://github.com/HungryProton/concept_graph/pull/59#issuecomment-633555264
The main idea is to be able to generate…
-
It would be terrific to start a conversation about an agreed-upon data format for tractography.
@arokem @Garyfallidis
-
**Component**
DIPlib 3.3.0. Actually I use PyDIP but this is a feature request for the core library.
**Describe the bug**
Would it be possible to add masking functionality to StochasticWatershed …
-
### Godot version
3.5.1
### System information
Windows10, Ryzen 5600
### Issue description
Self expalnatory, calling Delaunay2D on a set of points fails to return a triangulation.
This…
-
I'm hoping to again attend the hackathon that runs prior to OHBM. This time around, I'd like to pre-register project ideas on their site well ahead of the event, to hopefully attract some interest and…
-
Consider:
```
...
#define WINDOW_WIDTH 800
#define WINDOW_HEIGHT 600
...
```
```
...
if (nk_begin(ctx, "BareMusic", nk_rect(0, 0, WINDOW_WIDTH, WINDOW_HEIGHT),
NK_WIND…
-
Simple example:
```mcl
class c1 {
test "t1" {}
$x = "hello"
class c0 {
test "t2" {}
$y = "goodbye"
}
}
include c1 as i1
include i1.c0 as i0
test $i0.x {}
test $i1.y {}
panic(…