UNPKG

@polygonjs/polygonjs

Version:

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

8 lines (7 loc) 119 B
"use strict"; export class QuadNode { constructor(id, indices) { this.id = id; this.indices = indices; } }