-
I ran a test with 13 nodes. and it takes 10 seconds for startup. and these are all line power devices and no failed nodes. I have a total of about 80 devices. it would take close to a minute and a hal…
-
Hi,
I tried to simplify some .OBJ models but your script seems to have some problem. Following is what I got when I tried to run:
C:\3DMeshBulkSimplification-master>python simplify.py Vorrichtun…
-
Suggestion for Go v2.x - Default values in functions (not like in C++).
Like so...
func Example(value1 int, value2 string = "default", value3 float64 = 3.14) {
...
}
Function calls...
1)…
-
When I run a big object (no connected component , not high genus surface , closure surface) , the initial energy's value is to be nan sometimes . How do i solve this problem ?
-
Hi,
I tested tridecimator with different models but with every model, I lost all texture colors/material information after the simplification. I tried each and every option available in tridecimato…
-
I successfully created a ground foliage system using instanced buffer geometry. Setting up the instancing wasn’t nearly as bad as I though it would be, however one aspect was just downright tedious.
…
-
Adding a curvature of the leaves to improve realism
-
That's a feature request - mesh simplification is cool, but would be even cooler if it kept/recalculated bone weights.
-
Hello,
I start a code for using MIDI events to drive some animation in blender.
Like this : [https://www.youtube.com/watch?v=9N9v5mHrADw](url)
Now, I think it's time to release my work for ever…
-
_
## Issue Details
I'm creating an application on QT-creator and using CGAL to read .off file as Linear_cell_complex_for_bgl_combinatorial_map_helper and simplify it using edge_collapse method . …