Skip to content

⬅️ Back to Table of Contents

📄 UV.js

📊 Analysis Summary

Metric Count
🔧 Functions 1
📦 Imports 1

📚 Table of Contents

🛠️ File Location:

📂 src/nodes/accessors/UV.js

📦 Imports

Name Source
attribute ../core/AttributeNode.js

Functions

uv(index: number): AttributeNode<vec2>

Parameters:

  • index number

Returns: AttributeNode<vec2>

Calls:

  • attribute (from ../core/AttributeNode.js)
Code
( index = 0 ) => attribute( 'uv' + ( index > 0 ? index : '' ), 'vec2' )