-
Hey there, I am using this tool to create an atlas for my scene. I am using the resolution of **8196 x 8196** for the atlas and every quad has a resolution of **2048 x 2048** ... When the atlas is exp…
-
## Update
First pass of an MMI implementation was merged in #340, improved in #402 and individual commits
Redesign of the data structure was laid out in #524 and implemented in #523.
This ti…
-
### Problem description
i made a 3d geometry on freecad. and then mesh it on gmsh..after that i import it in pygimli for simulation. but when i try to invert the simulated data it gives me following …
-
### Description
```jsx
scene.background = new THREE.Color("white")
...
gl.render(scene, camera)
```
produces a white background, i don't think three applies tm here
but the same thing on a …
-
will need something like
```R
f (is.list(extent) && length(extent) == 2) {
ximage_meshplot(x, extent, add = add)
}
```
and
- [ ] unpack raster/nativeraster to colours
- [ ] no tra…
-
**Summary**
subdivide_to_size() does not appear to check if an edge being split is shared by another triangle; meaning you can end up with a vertex that, if subsequently moved, will result in tears…
-
I am attempting to create a 3D Quad where each of its corner points have directly controllable x,y,z. For example:
`new Quad3d( Texture, Point, Point, Point, Point );`
Within Sprite3d I see cal…
-
This is intended to track additional tasks for solvers on simplicial (and more general) meshes
- [x] consider the use of `matmul!` from Octavian.jl - are we OK with adding this as an additional dep…
-
### Godot version
v4.0.dev.custom_build [1acc76fec]
### System information
Linux
### Issue description
In GPUParticles (tried only 3D) setting `transform_align` to `ZBillboard` disregards the ang…
-
Matplotlib (and I think Matlab) allow a user to pass 2D arrays for the x and y coordinates when creating a contour or filled contour plot. This is handy when the plot domain isn't rectangular. Makie, …