-
Allow support for concave bodies composed of individually transformed ConvexPolyhedron shapes.
Support for constructing arbitrary tetrahedron shapes would also help here, providing universal building…
-
Hi there,
I have just tested the latest 1.8.1-dev-release of X3DOM and found that when I use a
\ on a \ it is ignored, no matter to
what 'mode' it is set.
-------------------
This is how i…
-
Hello,
The following lines of code creates a numerical instability at 290s. At one of the windows, a large increase of velocity is observed. The materials near the window have not yet burnt away so…
-
I want to simplify or edge collapse a mesh read from .off file as a combinatorial map using CGAL
## Source Code
std::ifstream ifile(fileName.toStdString().c_str());
if (ifile)
…
-
Here's an example of what happens when decimation is applied to a flat shaded mesh exported from blender:
https://i.imgur.com/j0qlmcI.png
Here's another example. Flat shaded mesh decimated:
https…
-
##### Description of the problem
Adding `ENVMAP_TYPE_CUBE_UV` in physical-based material or the property `envMap` is a PREM affect significantly the light calculation in material, e.g:
```javascri…
sunag updated
5 years ago
-
Hi,
I'm doing surface water modelling; and process extensively polygon-meshes. So
far I haven't found a framework to alter meshes in a programmatic satisfying
way.
I'm very new to Haskell, but very …
-
The scientists have requested a new feature in the analysis toolbox to allow them to compute the volumes and surface area of the following:
- Each segment in the morphology
- Each section in the mo…
-
I want to simplify a surface read from .off file and view it using CGAL. I read the surface as Polyhedron_3 and I want to convert it to Linear_cell_complex_for_combinatorial_map to view it but there i…
-
Run this case
```
&HEAD CHID='ray_effect_example', TITLE='Demonstrate ray effect'/
&MESH XB=0.0,1.0,0.0,1.0,0.0,1.0, IJK=100,100,100 /
&RADI NUMBER_RADIATION_ANGLES=100
TIME_STEP_INCREM…