-
I created web viewer app using as outlined in the Getting Started >> Online (Quick Start) >> 3. Get, build, and develop code
Now added code in the app to view reality data (following the sample in frontend-sample-showcase>> Reality Data) const availableModels: ContextRealityModelProps[] = await findAvailableUnattachedRealityModels(iModelConnection.contextId!, iModelConnection); It doesn;t seem to get the info on reality model in the project. I am using the contextID and modelID of the imodel in iModelHub. It has both CAD and reality data. When I view the model in iModel Manager, I set both CAD and reality. The viewer app only displays CAD data (because the reality info is not returned). Ovais Ashraf |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
@williamkbentley it appears applications registered via the dashboard lack the "reality-data-:read" scope? |
Beta Was this translation helpful? Give feedback.
-
queryRealityData() is returning tilesetURLs! Thank you Paul and Caleb for your assistance in resolving this matter. |
Beta Was this translation helpful? Give feedback.
@williamkbentley it appears applications registered via the dashboard lack the "reality-data-:read" scope?