PointsMaterial ({ color: 0x0000ff, //颜色 size: 3, //点渲染尺寸 }); //点模型对象参数:几何体点材质 var point = new THREE.Points(geometry, material); ...
確定! 回上一頁