meshtaichi icon indicating copy to clipboard operation
meshtaichi copied to clipboard

MeshTaichi: A Compiler for Efficient Mesh-based Operations (SIGGRAPH Asia 2022)

Results 5 meshtaichi issues
Sort by recently updated
recently updated
newest added

Hi - how can I load my own mesh created in Rhino3d? I've tried PLY, STL, and OBJ but have not been able to get it to work.

I am using a Linux subsystem (in windows). I cloned the repo and trying to run the examples. I get this warning and the example does not show `[Taichi] version...

> This is my code. The program read an .inp file generated by Abaqus, and then transform the mesh into .mesh format. But when load the mesh by Patcher, it...

Hello. MeshTaichi offers a very promising functionalities for engineering applications with complex (realistic) geometries. I'm trying the meshTaichi example 'vertex_normal' using Taichi 1.7.3 and meshtaichi-patcher 0.0.19. It run correctly CPU,...