model_viewer_plus.dart icon indicating copy to clipboard operation
model_viewer_plus.dart copied to clipboard

Object Placement on Ceiling Not Supported

Open jesulo opened this issue 8 months ago • 0 comments

Object Placement on Ceiling Not Supported

Description

Currently, the model_viewer_plus does not support placing objects on the ceiling. It can detect horizontal planes facing downward, but it does not correctly recognize or handle planes for ceilings, and well as vertical planes.

Steps to Reproduce

  1. Open an AR session using the model_viewer_plus.
  2. Attempt to place an object on a detected ceiling plane.
  3. Observe that the object is not placed or the ceiling plane is not recognized.

Expected Behavior

The plugin should recognize ceiling planes and allow objects to be placed on them.

Actual Behavior

Ceiling planes are not detected, and objects cannot be placed on ceilings.

jesulo avatar Jun 23 '24 01:06 jesulo