MCPcopy Create free account
hub / github.com/SpectacularAI/sdk / hasColors

Method hasColors

python/cli/visualization/serialization.py:165–166  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

163 def getNormalData(self):
164 return self.data["normalData"]
165 def hasColors(self):
166 return 'rgb24Data' in self.data
167 def hasNormals(self):
168 return 'normalData' in self.data
169 def empty(self):

Callers 3

onMappingOutputMethod · 0.80
serializePointCloudFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected