babylon.meshLODLevel.js 518 B

123456789101112131415
  1. var BABYLON;
  2. (function (BABYLON) {
  3. (function (Internals) {
  4. var MeshLODLevel = (function () {
  5. function MeshLODLevel(distance, mesh) {
  6. this.distance = distance;
  7. this.mesh = mesh;
  8. }
  9. return MeshLODLevel;
  10. })();
  11. Internals.MeshLODLevel = MeshLODLevel;
  12. })(BABYLON.Internals || (BABYLON.Internals = {}));
  13. var Internals = BABYLON.Internals;
  14. })(BABYLON || (BABYLON = {}));
  15. //# sourceMappingURL=babylon.meshLODLevel.js.map