Mr. For Example
Results
11
issues of
Mr. For Example
Example below would throw: `RuntimeError: Unsupported file extension` ```python import meshlib.mrmeshpy as mrmeshpy mesh_path = "./rawmesh/syndra.glb" mesh = mrmeshpy.loadMesh(mesh_path) ``` Is there a way to load .glb file using python?...