Marco Fugaro 1 ヶ月 前
コミット
a06c82217c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      examples/jsm/tsl/display/GTAONode.js

+ 1 - 1
examples/jsm/tsl/display/GTAONode.js

@@ -464,7 +464,7 @@ class GTAONode extends TempNode {
 
 			// Per-step phase jitter for spatio-temporal decorrelation.
 			// (Activision GTAO slides 86, 92–93 "Noise Distribution".)
-			const stepJitter = mul( 0.5, noise2 ).toVar();
+			const stepJitter = noise2.toVar();
 
 			Loop( { start: int( 0 ), end: DIRECTIONS, type: 'int', condition: '<' }, ( { i } ) => {
 

粤ICP备19079148号