UNPKG

awayjs-display

Version:
24 lines 436 B
"use strict"; /** * */ var BoundsType = (function () { function BoundsType() { } /** * */ BoundsType.SPHERE = "sphere"; /** * */ BoundsType.AXIS_ALIGNED_BOX = "axisAlignedBox"; /** * */ BoundsType.NULL = "null"; return BoundsType; }()); Object.defineProperty(exports, "__esModule", { value: true }); exports.default = BoundsType; //# sourceMappingURL=BoundsType.js.map