Browse Source

Clean up.

mrdoob 5 months ago
parent
commit
e04b9f7bd7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      utils/generateDFGLUT.js

+ 2 - 2
utils/generateDFGLUT.js

@@ -1,8 +1,8 @@
 /**
- * DFG LUT Generator (16x16)
+ * DFG LUT Generator (32x32)
  *
  * Generates a precomputed lookup table for the split-sum approximation
- * used in Image-Based Lighting. The 16x16 resolution provides a minimal
+ * used in Image-Based Lighting. The 32x32 resolution provides a minimal
  * memory footprint for DataTexture usage.
  *
  * Reference: "Real Shading in Unreal Engine 4" by Brian Karis

粤ICP备19079148号