Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BerkeleyAutomation/meshrender
/ copy
Method
copy
meshrender/material.py:80–89 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
78
return
self._wireframe
79
80
def
copy(self):
81
return
MaterialProperties(
82
self.color.copy(),
83
self.k_a,
84
self.k_d,
85
self.k_s,
86
self.alpha,
87
self.smooth,
88
self.wireframe
89
)
Callers
1
V
Method · 0.80
Calls
1
MaterialProperties
Class · 0.85
Tested by
no test coverage detected