MCPcopy Create free account
hub / github.com/FuxiCV/MeInGame / write_obj

Function write_obj

lib/meshio.py:663–759  ·  view source on GitHub ↗

Save 3D face model with texture represented by colors. Args: obj_name: str vertices: shape = (nver, 3) triangles: shape = (ntri, 3) colors: shape = (nver, 3)

(obj_name, vertices, triangles=None, colors=None, normals=None,
              normal_idxs=None, texcoords=None, texcoord_idxs=None,
              mtllib=False, uv_name=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

saveMethod · 0.85

Calls 1

checkFunction · 0.85

Tested by

no test coverage detected