Marco Fugaro 1 месяц назад
Родитель
Сommit
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号