Method ReconstructPoseFragment
ReconstructPoseFragment(SamplingTime)
Reconstructs a pose fragment from the runtime asset that corresponds to a sampling time.
Declaration
public Binary.PoseFragment ReconstructPoseFragment(SamplingTime samplingTime)
Parameters
Type | Name | Description |
---|---|---|
SamplingTime | samplingTime | The sampling time from which the pose fragment should be reconstructed. |
Returns
Type | Description |
---|---|
Binary.PoseFragment | The resulting pose fragment. |
Remarks
The runtime asset building process generates pose fragments for any segment for which a metric has been defined. These pose fragments are stored inside the runtime asset in a compressed format.
Pose fragments can either be constructed from scratch or can be reconstructed from the information contained in the runtime asset. Reconstruction is faster than creating a pose fragment but is subject to loss of precision.