切换深色模式
const points = [ [2, 0, 0], [2, 0, 2], [0, 0, 2], [0, 0, 0] ]; const polygonLine = new THING.PolygonLine({ radius:0.1, name: 'Polygonline', selfPoints: points, closure: true, }); polygonLine.position = [-1, 0.5, -1]
polygonLine.style.color = 'green'