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

Method getNormalData

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

Source from the content-addressed store, hash-verified

161 def getRGB24Data(self):
162 return self.data["rgb24Data"]
163 def getNormalData(self):
164 return self.data["normalData"]
165 def hasColors(self):
166 return 'rgb24Data' in self.data
167 def hasNormals(self):

Callers 2

onMappingOutputMethod · 0.80
serializePointCloudFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected