Appearance
title: textureLine
textureLine
TextureLine
new TextureLine(opts)
| Param | Type | Description |
|---|---|---|
| opts | object | 参数 |
| 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 });