UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

9 lines (8 loc) 250 B
"use strict"; import { BasePointBuilderPersistedConfig } from "./_BasePointBuilderPersistedConfig"; export class PointBuilderPersistedConfig extends BasePointBuilderPersistedConfig { constructor(node) { super(node); this.node = node; } }