UNPKG

@three3d/effect

Version:

@three3d/effect 提供了 ThreeJS 的特效

25 lines (16 loc) 1.19 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@three3d/effect](./effect.md) &gt; [BandGeometryOptions](./effect.bandgeometryoptions.md) ## BandGeometryOptions interface BandGeometry的选项 **Signature:** ```typescript export interface BandGeometryOptions extends PathGeometryOptions, CreateLineConnectionOptions, Omit<ComputeCurveFrenetFramesOptions, "closed"> ``` **Extends:** [PathGeometryOptions](./effect.pathgeometryoptions.md)<!-- -->, CreateLineConnectionOptions, Omit&lt;ComputeCurveFrenetFramesOptions, "closed"&gt; ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [drawType?](./effect.bandgeometryoptions.drawtype.md) | | [PathDrawType](./effect.pathdrawtype.md) | _(Optional)_ CurvePath 的绘制类型 | | [minCorner?](./effect.bandgeometryoptions.mincorner.md) | | number | _(Optional)_ 被视为转角的最小角度 | | [up?](./effect.bandgeometryoptions.up.md) | | IVector3 | _(Optional)_ 起点处的向上的方向 { x: 0, y: 1, z: 0 } | | [uvStep?](./effect.bandgeometryoptions.uvstep.md) | | number | _(Optional)_ uv的步长 |