UNPKG

@polygonjs/polygonjs

Version:

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

24 lines (20 loc) 659 B
// import {DisplayNodeControllerCallbacks} from '../../../utils/DisplayNodeController'; // import {CadNetworkSopNode} from '../../CadNetwork'; // export class CadChildrenDisplayController { // _children_uuids_dict: Map<string, boolean> = new Map(); // _children_length: number = 0; // constructor(private node: CadNetworkSopNode) {} // displayNodeControllerCallbacks(): DisplayNodeControllerCallbacks { // return { // onDisplayNodeRemove: () => { // this.node.setDirty(); // }, // onDisplayNodeSet: () => { // this.node.setDirty(); // }, // onDisplayNodeUpdate: () => { // this.node.setDirty(); // }, // }; // } // }