Ang Lu
Results
2
issues of
Ang Lu
 还想拓展一下windows
I used the following two pieces of code to judge the encoding performance of tex_coord data: binary1 = DracoPy.encode(pos_data, face_data, preserve_order=True) binary2 = DracoPy.encode(pos_data, face_data, tex_coord=np.array(tex_data), preserve_order=True) and tex_coord is...