Buckets:
| import { attribute } from '../core/AttributeNode.js'; | |
| /** | |
| * TSL function for creating an uv attribute node with the given index. | |
| * | |
| * @tsl | |
| * @function | |
| * @param {number} [index=0] - The uv index. | |
| * @return {AttributeNode<vec2>} The uv attribute node. | |
| */ | |
| export const uv = ( index = 0 ) => attribute( 'uv' + ( index > 0 ? index : '' ), 'vec2' ); | |
Xet Storage Details
- Size:
- 351 Bytes
- Xet hash:
- dfae41fc2c4e1ef383d12ef0f148b0f4a4fc6aadb999afdb97af38701dbba080
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.