UNPKG

@three3d/tools

Version:

@three3d/tools 提供了 ThreeJS 常用的工具库

21 lines (13 loc) 817 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@three3d/tools](./tools.md) &gt; [ComputeCurveFrenetFramesOptions](./tools.computecurvefrenetframesoptions.md) ## ComputeCurveFrenetFramesOptions interface **Signature:** ```typescript export interface ComputeCurveFrenetFramesOptions ``` ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [closed?](./tools.computecurvefrenetframesoptions.closed.md) | | Boolean | _(Optional)_ 是否墨盒曲线 | | [fixUp?](./tools.computecurvefrenetframesoptions.fixup.md) | | boolean | _(Optional)_ 是否固定 up;保证up不变 | | [useU?](./tools.computecurvefrenetframesoptions.useu.md) | | boolean | _(Optional)_ 是否使用等分u的方式 |