alecjacobson / FAST

Fast Automatic Skinning Transformations
Mozilla Public License 2.0
66 stars 11 forks source link

Examples #4

Open ruoqingsun opened 7 years ago

ruoqingsun commented 7 years ago

Hi Alec,

Could you please update the examples in FAST? Many examples don't contain meshes, like bikini, bubble-man, blinden-hund etc. It would be great if you can update examples and add meshes (and perhaps possible bones & weights). Users can have more options to try on FAST.

Best Regards, Ruoqing

ruoqingsun commented 7 years ago

Hi Alec,

I have tried to use the tetgen in order to create the tetrahedral meshes for the FAST system. The command I use in order to create the mesh object is

tetgen -pqg mesh.off

But there is a problem for the rendering arises. When I apply the LBS rendering model, the object will have a zigzag surface. image

The Phong shading result is even worse. Almost black on each surface: image

(Both result i use normals per face)

Can you give me some suggestions on the model generation? is the command I use different from yours? Can you share the command you use in order to generate the orge? Eagerly wait for your help

Regards, Ruoqing.