var BABYLON; (function (BABYLON) { (function (Internals) { var MeshLODLevel = (function () { function MeshLODLevel(distance, mesh) { this.distance = distance; this.mesh = mesh; } return MeshLODLevel; })(); Internals.MeshLODLevel = MeshLODLevel; })(BABYLON.Internals || (BABYLON.Internals = {})); var Internals = BABYLON.Internals; })(BABYLON || (BABYLON = {})); //# sourceMappingURL=babylon.meshLODLevel.js.map