@bezlepkin/nativescript-ar
Version:
NativeScript Augmented Reality plugin. ARKit on iOS and (with the help of Sceneform) ARCore on Android.
11 lines (10 loc) • 330 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ARGroup = void 0;
const arcommon_1 = require("./arcommon");
class ARGroup extends arcommon_1.ARCommonNode {
static create(options, renderer) {
return new ARGroup(options, SCNNode.node(), renderer);
}
}
exports.ARGroup = ARGroup;