Tours
HxDR helps you visualize and showcase your work in vivid detail.
- Create, edit, record, view, delete and share tours.
- Add new keyframes to a tour and delete keyframes from a tour.
HxDR provides the tour API with endpoints for performing all the above operations, excluding the recording functionality, which is exclusively available in the Reality Cloud Studio.
Related Pages
GraphQL API reference
This section lists a few examples. Please refer to HxDR GraphQL Playground (opens in a new tab) to explore complete schema.
createGroupedAssetTour
This mutation creates a tour for the given grouped asset.
To successfully execute a request on HxDR GraphQL playground, See following :
updateGroupedAssetTour
You can update the tour properties such as keyframes, duration etc using this mutation.
getGroupedAssetTour
Retrieves the tour for given tour id.
deleteGroupedAssetTour
Deletes the tour for given tour id.
JS-SDK reference
Tours
Tour services