Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpectacularAI/sdk
/ hasNormals
Method
hasNormals
python/cli/visualization/serialization.py:167–168 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
165
def
hasColors(self):
166
return
'rgb24Data'
in self.data
167
def
hasNormals(self):
168
return
'normalData'
in self.data
169
def
empty(self):
170
return
len(self.data[
"positionData"
]) == 0
171
Callers
3
onMappingOutput
Method · 0.80
serializePointCloud
Function · 0.80
serializeMappingOutput
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected