FLOOR | = 1 << OVRSemanticLabels.Classification.Floor |
CEILING | = 1 << OVRSemanticLabels.Classification.Ceiling |
WALL_FACE | = 1 << OVRSemanticLabels.Classification.WallFace |
TABLE | = 1 << OVRSemanticLabels.Classification.Table |
COUCH | = 1 << OVRSemanticLabels.Classification.Couch |
DOOR_FRAME | = 1 << OVRSemanticLabels.Classification.DoorFrame |
WINDOW_FRAME | = 1 << OVRSemanticLabels.Classification.WindowFrame |
OTHER | = 1 << OVRSemanticLabels.Classification.Other |
STORAGE | = 1 << OVRSemanticLabels.Classification.Storage |
BED | = 1 << OVRSemanticLabels.Classification.Bed |
SCREEN | = 1 << OVRSemanticLabels.Classification.Screen |
LAMP | = 1 << OVRSemanticLabels.Classification.Lamp |
PLANT | = 1 << OVRSemanticLabels.Classification.Plant |
WALL_ART | = 1 << OVRSemanticLabels.Classification.WallArt |
GLOBAL_MESH | = 1 << OVRSemanticLabels.Classification.SceneMesh |
INVISIBLE_WALL_FACE | = 1 << OVRSemanticLabels.Classification.InvisibleWallFace |