From 849744fc6458ce1305a2bf36cf113e89fa8d1006 Mon Sep 17 00:00:00 2001 From: TADraeseke Date: Mon, 13 Jan 2025 20:07:50 +0000 Subject: [PATCH] Update samples/augment-reality-to-show-tabletop-scene/README.md Co-authored-by: Shubham Sharma --- samples/augment-reality-to-show-tabletop-scene/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/augment-reality-to-show-tabletop-scene/README.md b/samples/augment-reality-to-show-tabletop-scene/README.md index 49ce56a8b..75c19b069 100644 --- a/samples/augment-reality-to-show-tabletop-scene/README.md +++ b/samples/augment-reality-to-show-tabletop-scene/README.md @@ -17,7 +17,7 @@ NOTE: [Google Play Services for AR](https://play.google.com/store/apps/details?i ## How it works 1. Create a `TableTopSceneView` with `anchorPoint`, `translationFactor`, `clippingDistance`, and a `scene`. -2. For this sample, the `anchorPoint` is set to coordinates the at the center of the buildings in the `ArcGSISceneLayer` to give the impression that the scene is centered on the location the user tapped. +2. For this sample, the `anchorPoint` sets coordinates at the center of the buildings in the `ArcGSISceneLayer` to give the impression that the scene is centered on the location the user tapped. 3. Set the `translationFactor` such that the user can view the entire scene by moving the device around it. The translation factor defines how far the virtual camera moves through the scene when the physical camera moves. -A good formula for determining translation factor to use in a tabletop map experience is translationFactor = sceneWidth / tableTopWidth. The scene width is the width/length of the scene content you wish to display in meters. The tabletop width is the length of the area on the physical surface that you want the scene content to fill. For simplicity, the sample assumes a scene width of 800 meters. 4. Set the `clippingDistance` to clip the scene to the area you want to show.