Sample Projects and Use Cases > Use Case: Load and Compare Assets Dynamically
Use Case: Load and Compare Assets Dynamically
Introduction
This use case introduces how to generate reusable assets and input them easily into your experiences. The use case will show you how to:
Use the API to generate reusable models and Model Targets.
Call the API directly from the experience and how to load:
a specific version of a model or Model Target
the latest version of a model or Model Target
Assign a contour shader to highlight potential differences in geometry between your CAD model and the tracked object.
Before You Begin
Before you begin, navigate to the “Loading and Comparing Assets Dynamically” folder in the Example 1 - Displaying Dynamic Assets folder in GitHub. This folder contains all of the project files and code you’ll need to complete this use case. For more information about best practices when working in GitHub, see Working with GitHub.
Prerequisite
Additional Information
Vuforia Studio 10.0 or greater must be installed
See the following topics:
Dynamic Target widget
Product widget
Experience Service 10.0 or greater must be installed
Familiarize yourself with the Product API.
Make sure that your organization has not disabled the API and access to the API documentation on the Experience Service.
Ensure you have access to GitHub.
You can also access fully completed project files in this GitHub repo, which serve as reference implementations to compare against your final project.
Get Started
This use case will walk you through the following sections:
Was this helpful?