You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello it seems the io module could be reimplemented using object oriented programming either deriving a new class from the Trimesh.trimesh or overloading the load_mesh and export methods. It could be cleaner and easier to use. What do you think ?
Alex
The text was updated successfully, but these errors were encountered:
Yes I fully agree.
Actually I did not do it directly only because I was not sure of how to derive or overload a class from Trimesh, but we should learn to do it because it is a better solution in many cases.
Let us start with IO, which is the simplest one.
Hello it seems the io module could be reimplemented using object oriented programming either deriving a new class from the Trimesh.trimesh or overloading the load_mesh and export methods. It could be cleaner and easier to use. What do you think ?
Alex
The text was updated successfully, but these errors were encountered: