What's the right way to use TetGen?
#109
Replies: 6 comments
|
Hi, you can convert obj to ply and/or stl using e.g. free MeshLab. TetGen has great documention http://wias-berlin.de/software/tetgen/1.5/doc/manual/manual006.html#sec88 |
|
@korzen Oh yes, I used and btw, if I want to realize dynamic tetrahedralization and fracture like this -> Adaptive Tetrahedral Meshes for Brittle Fracture Simulation, I wonder if there is any convenient approach for Sorry to bother you for my personal problems~ I'm new to physics based animation, and really appreciate your help! ~(≥▽≤)/~ |
The simple answer is: because nobody had time to implement this yet ;-) |
|
@janbender I see it~ thank you guys for this awesome work~ ଘ(੭ˊᵕˋ)੭ |
|
@korzen I feel so sad that I still can not convert correctly using TetGen. T.T in fact, I can successfully convert some simple model like my models: I really wonder why ToT... Apologize to bother you but could you please offer me some advice for my confusion? Thanks a lot! |
|
I'm no expert in using TetGen but maybe TetWild can give you better results: |


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi~
I'm working on a FEM simulation on
PositionBasedDynamicsand get trapped by the right way to convert aobjmesh to atet model.In the example scene
DeformableSolidCollisionScene, I learned that.elefile and.nodefile are required to get a tetrahedron model, they're produced by the toolTetGen.But unfortunately, I found that
TetGenseems not to support a direct approach to convert a.objfile to.eleand.nodeTetGen doc, it seems only support.off.ply.stl.mesh. And there is a commandtetgen -pqa5000.0 Armadillo_UV_low.offat the last line of the filesarmadillo_4k.eleandarmadillo_4k.node, which hints that a.offis required, but I don't know where can I get the.offfile...So my confusion is that,
TetGencorrectly when working onPositionBasedDynamics?more specifically,
.offfile?.objfile or whatever else?TetGenandPositionBasedDynamics?Best regards~
All reactions