yongsiang-fb
Results
2
comments of
yongsiang-fb
@mworchel Thanks! Here is an example: ```python import numpy as np import xatlas vt = np.array([[0.1, 0.1], [63.0,127.0], [127.0,63.0], [128.1,0.1], [191.1,127.0], [255.0,63.0]]) vi = np.array([[0, 1,2],[3,4,5]]) atlas = xatlas.Atlas() atlas.add_uv_mesh(vt,...
@Tom94 Thanks for you reply! I just tried the latest version but I could not reproduce anymore. Perhaps it's just that my environment settings were wrong before? An related issue:...