|
@@ -6345,7 +6345,7 @@ window.Modernizr = function(n, e, t) {
|
|
|
he.on(ue.CLOSED, l),
|
|
|
fe.on(ge.CLOSED, l),
|
|
|
Q.labels.enabled && Object.keys(e.labels).length,
|
|
|
- e.floors.length <= 1 || !je.floors.visible ? je.floors.visible = !1 : (y(e, t),
|
|
|
+ (!settings.extractFloor || !settings.extractFloor[number]) && e.floors.length <= 1 || !je.floors.visible ? je.floors.visible = !1 : (y(e, t),
|
|
|
C(e.currentFloor, n.mode)),
|
|
|
getQueryVariable('m') === '372'&& (je.floors.visible = 1, y(e,t)),
|
|
|
r(),
|
|
@@ -18960,7 +18960,9 @@ window.Modernizr = function(n, e, t) {
|
|
|
this.conservativeBoundingBox.max.y = a.lowerMedian(this.collider.children.map(function(e) {
|
|
|
return e.geometry.boundingBox.max.y
|
|
|
}), 5),
|
|
|
- this.colliderBuilder = null
|
|
|
+ if(!settings.extractFloor || !settings.extractFloor[window.number]){
|
|
|
+ this.colliderBuilder = null
|
|
|
+ }
|
|
|
}
|
|
|
,
|
|
|
n.prototype.toShortString = function() {
|