Closed skgrush closed 3 years ago
Resolves #30.
.cavernseerscan
ARAnchor
meshAnchors
ARMeshAnchor
CSMeshSlice
startSnapshot
endSnapshot
SnapshotAnchor
CSMeshSnapshot
id
name
timestamp
encodingVersion
url
fileSize
ScanFile
setVisible
Resolves #30.
Primary changes
.cavernseerscan
to v2ARAnchor
classes we were serializing to custom portable representations which can be used on devices that don't support ARKit.meshAnchors
fromARMeshAnchor
toCSMeshSlice
startSnapshot
andendSnapshot
fromSnapshotAnchor
toCSMeshSnapshot
Secondary changes
id
,name
,timestamp
,encodingVersion
,url
, andfileSize
of the ScanFileScanFile
decoding to be more flexible.setVisible
, now waits for refresh and switches the view to the passed scanTODO before merge