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