threejs筆記--TubeGeometry管道

var tubeGeometry = new THREE.TubeGeometry(new THREE.SplineCurve3(points), segments, radius, radiusSegments, closed); //points: 座標點集合; //segments: 構建管道所用的分段數 默認值爲64.路徑越長,指定的分段數應越多 //radius: 管道半徑 //ra
相關文章
相關標籤/搜索