awv3
Version:
⚡ AWV3 embedded CAD
20 lines (15 loc) • 384 B
JavaScript
import _inheritsLoose from "@babel/runtime/helpers/inheritsLoose";
import * as THREE from 'three';
var Model =
/*#__PURE__*/
function (_THREE$Group) {
_inheritsLoose(Model, _THREE$Group);
function Model() {
var _this;
_this = _THREE$Group.call(this) || this;
_this.type = 'Model';
return _this;
}
return Model;
}(THREE.Group);
export { Model as default };