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

Method __init__

data/mesh_sampler_pbr.py:14–16  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

12
13class MeshSampler(object):
14 def __init__(self, path):
15 self.path = path
16 self._load(path)
17
18 def _load(self, path):
19 # load mesh obj and mtl

Callers

nothing calls this directly

Calls 1

_loadMethod · 0.95

Tested by

no test coverage detected