diff --git a/yr/images/chicken_placement/height_width_occlusion_planedetection.png b/yr/images/chicken_placement/height_width_occlusion_planedetection.png new file mode 100644 index 0000000..ee95496 Binary files /dev/null and b/yr/images/chicken_placement/height_width_occlusion_planedetection.png differ diff --git a/yr/tutorials/AR_ChickenBowling.md b/yr/tutorials/AR_ChickenBowling.md index 87383fe..2cfa356 100644 --- a/yr/tutorials/AR_ChickenBowling.md +++ b/yr/tutorials/AR_ChickenBowling.md @@ -80,9 +80,9 @@ In the Augmented Reality drawer, drag and drop an ARView3D co ![Add ARView3D](../images/chicken_placement/arview_add.png){:.enlargeImage} -Set Height to "Fill parent". Set Width to "Fill parent". Check EnableOcclusion . By enabling occlusion, virtual objects, or nodes, placed in the ARView3D component will interact with objects in the real world, such as a node disappearing when its view is blocked behind a table. +Set Height to "Fill parent". Set Width to "Fill parent". Check EnableOcclusion . By enabling occlusion, virtual objects, or nodes, placed in the ARView3D component will interact with objects in the real world, such as a node disappearing when its view is blocked behind a table. Set PlaneDetectionType to "Horizontal". -![ARView3D Properties](../images/chicken_placement/arview_settings.png){:.enlargeImage} +![ARView3D Properties](../images/chicken_placement/height_width_occlusion_planedetection.png){:.enlargeImage} Check ShowWireframes . This will show a wire mesh over the detected planes.