-
#### Check all platforms you experienced the issue (change to `[x]`)
- [x] Windows
- [ ] Mac OS
- [ ] Linux
- [ ] Every platform
#### What type of issue is?
- [ ] bug or unexpected behavior
-…
-
- [x] Read about performance improvements
- [x] setup TypeScript + Webpack
- [x] install Babylon inspector
- [x] Load glTF files properly: normalize/center the model, read about pivot/origin etc.
…
-
- Implement next methods: simplify, triangulate
- Implement openMP parallelism, if it can provide acceleration
- Write unit tests
-
_Please use the following template to help us solving your issue._
## Issue Details
When I simplify the triangulation
Entering this function does not exit
Caton
## Source Code
![image]…
-
I managed to open the .ply file in other applications, but all the triangles are greyed out. I'm not sure if this is a bug since the model have 5M polygons.
Is each triangle colored with the color of…
-
Here's the code that fails at assembly
```python
from firedrake import *
import ufl
mesh = UnitSquareMesh(10, 10)
V = FunctionSpace(mesh, "P", 1)
W = V * V
w = Function(W)
dw = TestFunction(W)…
-
As an experiment, we are trying to set up a rotating duty to take a first look at all contributions (PRs and issues) from the community, label them and ping relevant reviewers.
Scripts for generati…
-
Hello, first of all, thank you for providing this useful and efficient mesh tool!
I suppose this is more of a suggestion/enhancement post, as I would love to have some tools/methods for merging mas…
ghost updated
4 years ago
-
Should have been 2019.12, but hey -- I took a (semi-)break and survived until 2020!
There's a ton of little things, so better list them so I don't forget:
- [x] Update copyright years everywher…
mosra updated
4 years ago
-
Create a descriptions of patterns for memory management which would familiarize C authors with any approach other than "malloc everything".