UNPKG

@polygonjs/plugin-mapbox

Version:

Mapbox plugin for the 3D engine https://polygonjs.com

10 lines (9 loc) 288 B
import { GeoObjNode } from "@polygonjs/polygonjs/dist/src/engine/nodes/obj/Geo"; export class ExtendedGeoObjNode extends GeoObjNode { createNode(node_class, options) { return super.createNode(node_class, options); } nodesByType(type) { return super.nodesByType(type); } }