Skip to content
On this page

title: textureLine

textureLine

TextureLine

Kind: global class

new TextureLine(opts)

ParamTypeDescription
optsobject参数
opts.pathArray路径
opts.opacitynumber透明度
opts.textureUrlstring纹理贴图路径
opts.textureDistancenumber纹理间隔距离
opts.lineWidthnumber线宽度

Example

js
fthree.TextureLine({ path, opacity, textureUrl, textureDistance, lineWidth });

Example

js
fthree.TextureLine({ path, opacity, textureUrl, textureDistance, lineWidth });