Appearance
title: textureLine ?
textureLine ?
TextureLine ?
new TextureLine(opts) ?
| Param | Type | Description |
|---|---|---|
| opts | object | 參數(shù) |
| opts.path | Array | 路徑 |
| opts.opacity | number | 透明度 |
| opts.textureUrl | string | 紋理貼圖路徑 |
| opts.textureDistance | number | 紋理間隔距離 |
| opts.lineWidth | number | 線寬度 |
Example
js
fthree.TextureLine({ path, opacity, textureUrl, textureDistance, lineWidth });Example
js
fthree.TextureLine({ path, opacity, textureUrl, textureDistance, lineWidth });