sceneview-flutter icon indicating copy to clipboard operation
sceneview-flutter 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 sceneview-flutter 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 sceneview-flutter. 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.

jesulo avatar Jun 23 '24 15:06 jesulo