@three3d/effect
Version:
@three3d/effect 提供了 ThreeJS 的特效
25 lines (16 loc) • 862 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@three3d/effect](./effect.md) > [MeshAttributesData](./effect.meshattributesdata.md)
## MeshAttributesData interface
用于Mesh几何体的属性数据
**Signature:**
```typescript
export interface MeshAttributesData extends LineAttributesData
```
**Extends:** [LineAttributesData](./effect.lineattributesdata.md)
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [index?](./effect.meshattributesdata.index.md) | | number\[\] | _(Optional)_ |
| [normal?](./effect.meshattributesdata.normal.md) | | number\[\] | _(Optional)_ |
| [points](./effect.meshattributesdata.points.md) | | Vector3\[\] | |
| [uv?](./effect.meshattributesdata.uv.md) | | number\[\] | _(Optional)_ |