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
456
456
//
457
457
TYPE_BASE_STRUCTURE = 2 ;
458
458
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
+
459
468
// The door of an object.
460
469
//
461
- TYPE_DOOR = 3 ;
470
+ TYPE_DOOR = 5 ;
462
471
463
472
// The side mirror of a vehicle.
464
473
//
465
474
// \note The side mirror is not included in the overall bounding box
466
475
// of the parent object.
467
476
//
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 ;
478
478
}
479
479
}
480
480
You can’t perform that action at this time.
0 commit comments