⬅️ Back to Table of Contents
📄 LTC.js
📊 Analysis Summary
Metric |
Count |
📦 Imports |
6 |
📊 Variables & Constants |
3 |
📚 Table of Contents
🛠️ File Location:
📂 src/nodes/functions/BSDF/LTC.js
📦 Imports
Name |
Source |
Fn |
../../tsl/TSLBase.js |
If |
../../tsl/TSLBase.js |
mat3 |
../../tsl/TSLBase.js |
vec2 |
../../tsl/TSLBase.js |
vec3 |
../../tsl/TSLBase.js |
max |
../../math/MathNode.js |
Variables & Constants
Name |
Type |
Kind |
Value |
Exported |
LUT_SIZE |
64 |
let/var |
64.0 |
✗ |
LUT_SCALE |
number |
let/var |
( LUT_SIZE - 1.0 ) / LUT_SIZE |
✗ |
LUT_BIAS |
number |
let/var |
0.5 / LUT_SIZE |
✗ |