-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to load custom mesh #6
Comments
Hi StuvX, The API used to load a mesh is meshtaichi/vertex_normal/normal.py Line 13 in d745ea7
Please post the related error message if you have trouble using the API. Please let me know if you need further support to get your application working! : ) |
Thanks - but I still receive the following error: Traceback (most recent call last): |
It seems an internal error was generated by the patcher side. @BillXu2000 could you have a look? |
@StuvX Could you please give me this mesh file somehow? I will try to fix this bug on meshtaichi. |
@BillXu2000 You can use this code to generate the PLY file:
|
Hi, I've reached a similar problem, I was using
This is how my code looks like:
As you can see, I was using |
I have tried to load an
|
@LexTran I also encountered the same error. The OBJ file I was trying to load had index starting from 1. If you used tools like Matlab to generate your OBJ files then most likely the index starts from 1 rather than 0 as MeshTaichi expects it to be. One quick fix I did is first loading the OBJ using Trimesh and then exporting the loaded mesh back to OBJ/PLY file. This worked in my case. |
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.
The text was updated successfully, but these errors were encountered: