-
Hello,
I run the first example in Julia1.8.5 but I get this message and it quits from Julia REPL.
```
julia> using Gmsh: Gmsh, gmsh
julia>
julia> Gmsh.initialize()
true
julia>
juli…
-
**Author: hikerstk**
Two fold:
1 Allow animated meshes, so bombs will show moving clock arm, parachutes will have air waves...
2 Make the link to kart be flexible as needed, bombs fixed to surface,…
-
Prepare for a new ECS/GGB rendering pipeline. Describe each object as a procedural mesh.
GeoGebra's object structure will be the basis for object types.
These will be grouped into paths, surfac…
-
Hello
I was trying to reconstruct a huge object but it didn't go well so I divided the images and the processing into multiple groups but with common images, so is there a way to recombine those m…
-
Currently the `surface` function will give you a surface from either a png or a dat file, but you cannot generate a function-defined set of values within openscad and use that as an input to surface.
…
-
### Detailed description of your suggestion
this is a thread for other primitives i and others may want added. Currently the main primitive i want added so i have easy access is icospheres, (triangle…
-
# Implementing Subdomains
To support solutions of problems where we solve for some set of variables in one region of the domain and a different set in another, for example mesh-aligned FSI, we need t…
-
Means: an empty barrel should look like an empty barrel (as it does in status quo in every state), a half filled barrel should look like a half filled barrel and a full barrel should look like a full …
-
Based on: https://github.com/yquake2/ref_vk/issues/40
All features should optional and disabled by default. All models should be implemented inside models.c code without dependencies to render libr…
0lvin updated
6 months ago
-
Thanks for your interesting work and open-source code. I noticed that the extracted mesh has no color. When rendering the image, I need to query the MLP to get the color of the mesh. I have two questi…