babylon.meshLODLevel.js 506 B

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