Skip to content

⬅️ Back to Table of Contents

📄 MotionBlur.js

📊 Analysis Summary

Metric Count
🔧 Functions 1
📦 Imports 5

📚 Table of Contents

🛠️ File Location:

📂 examples/jsm/tsl/display/MotionBlur.js

📦 Imports

Name Source
Fn three/tsl
float three/tsl
uv three/tsl
Loop three/tsl
int three/tsl

Functions

sampleColor(uv: any): any

Parameters:

  • uv any

Returns: any

Calls:

  • inputNode.sample
Code
( uv ) => inputNode.sample( uv )