MCPcopy Create free account
hub / github.com/AiuniAI/Unique3D / from_py3d_mesh

Function from_py3d_mesh

scripts/utils.py:95–96  ·  view source on GitHub ↗
(mesh)

Source from the content-addressed store, hash-verified

93
94
95def from_py3d_mesh(mesh):
96 return mesh.verts_list()[0], mesh.faces_list()[0], mesh.textures.verts_features_packed()
97
98def rotate_normalmap_by_angle(normal_map: np.ndarray, angle: float):
99 """

Callers 2

geo_reconstructFunction · 0.90
run_mesh_refineFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected