File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -456,25 +456,25 @@ message BoundingBox
456456 //
457457 TYPE_BASE_STRUCTURE = 2 ;
458458
459+ // An overhanging, integral part of an object, which is not
460+ // temporarily attached, e.g. a tree crown, or a light pole arm.
461+ //
462+ TYPE_PROTRUDING_STRUCTURE = 3 ;
463+
464+ // Additional, temporarily attached cargo to an object.
465+ //
466+ TYPE_CARGO = 4 ;
467+
459468 // The door of an object.
460469 //
461- TYPE_DOOR = 3 ;
470+ TYPE_DOOR = 5 ;
462471
463472 // The side mirror of a vehicle.
464473 //
465474 // \note The side mirror is not included in the overall bounding box
466475 // of the parent object.
467476 //
468- TYPE_SIDE_MIRROR = 4 ;
469-
470- // Additional, temporarily attached cargo to an object.
471- //
472- TYPE_CARGO = 5 ;
473-
474- // An overhanging, integral part of an object, which is not
475- // temporarily attached, e.g. a tree crown, or a light pole arm.
476- //
477- TYPE_PROTRUDING = 6 ;
477+ TYPE_SIDE_MIRROR = 6 ;
478478 }
479479}
480480
You can’t perform that action at this time.
0 commit comments