model_viewer_plus.dart
model_viewer_plus.dart copied to clipboard
Object Placement on Ceiling Not Supported
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
- Open an AR session using the
model_viewer_plus
. - Attempt to place an object on a detected ceiling plane.
- 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.