MCPcopy Create free account
hub / github.com/Sin3DM/Sin3DM / interpolate

Function interpolate

src/encoding/utils3d.py:224–225  ·  view source on GitHub ↗
(attr, rast, attr_idx, rast_db=None)

Source from the content-addressed store, hash-verified

222
223
224def interpolate(attr, rast, attr_idx, rast_db=None):
225 return dr.interpolate(attr.contiguous(), rast, attr_idx, rast_db=rast_db, diff_attrs=None if rast_db is None else 'all')
226
227
228def xatlas_uvmap(mesh_v, mesh_f, resolution):

Callers 1

xatlas_uvmapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected