Sfoglia il codice sorgente

Update SSGINode.js

Fix JSDoc.
Michael Herzog 6 mesi fa
parent
commit
dbdaced1f9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      examples/jsm/tsl/display/SSGINode.js

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

@@ -218,7 +218,7 @@ class SSGINode extends TempNode {
 		/**
 		 * Temporal offset added to the initial ray step.
 		 *
-		 * @type {UniformNode<vec2>}
+		 * @type {UniformNode<float>}
 		 */
 		this._temporalOffset = uniform( 0 );
 

粤ICP备19079148号