UNPKG

@vrame/xeokit-sdk

Version:

3D BIM IFC Viewer SDK for AEC engineering applications. Open Source JavaScript Toolkit based on pure WebGL for top performance, real-world coordinates and full double precision

13 lines (9 loc) 284 B
import {TrianglesInstancingRenderer} from "./TrianglesInstancingRenderer.js"; /** * @private */ export class EdgesRenderer extends TrianglesInstancingRenderer { constructor(scene, withSAO) { super(scene, withSAO, {instancing: true, edges: true}); } }