UVNode.js 142 B

123
  1. import { attribute } from '../core/AttributeNode.js';
  2. export const uv = ( index ) => attribute( 'uv' + ( index > 0 ? index : '' ), 'vec2' );