UNPKG

sunrize

Version:

Sunrize — A Multi-Platform X3D Editor

16 lines (11 loc) 310 B
"use strict"; const X3DGeometryNodeTool = require ("../Rendering/X3DGeometryNodeTool"); class GeoElevationGridTool extends X3DGeometryNodeTool { async initializeTool () { await super .initializeTool (); this .tool .linewidthScaleFactor = 1; } } module .exports = GeoElevationGridTool;