@three3d/tools
Version:
@three3d/tools 提供了 ThreeJS 常用的工具库
28 lines (16 loc) • 797 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@three3d/tools](./tools.md) > [transformUVBufferAttribute](./tools.transformuvbufferattribute.md)
## transformUVBufferAttribute() function
对 uv BufferAttribute 进行变换
**Signature:**
```typescript
export declare function transformUVBufferAttribute(uvs: BufferAttribute, transfrom: UVTransformOptions, options?: ConfigUVOptions | null): BufferAttribute;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| uvs | BufferAttribute | |
| transfrom | [UVTransformOptions](./tools.uvtransformoptions.md) | |
| options | [ConfigUVOptions](./tools.configuvoptions.md) \| null | _(Optional)_ |
**Returns:**
BufferAttribute