Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Sin3DM/Sin3DM
/ __init__
Method
__init__
data/mesh_sampler.py:12–14 ·
view source on GitHub ↗
(self, path)
Source
from the content-addressed store, hash-verified
10
11
class
MeshSampler(object):
12
def
__init__(self, path):
13
self.path = path
14
self._load(path)
15
16
def
_load(self, path):
17
# load mesh obj and mtl
Callers
nothing calls this directly
Calls
1
_load
Method · 0.95
Tested by
no test coverage detected