Преглед изворни кода

Update SSGINode.js

Fix description.
Michael Herzog пре 6 месеци
родитељ
комит
cadb42b1c3
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      examples/jsm/tsl/display/SSGINode.js

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

@@ -51,7 +51,7 @@ class SSGINode extends TempNode {
 	/**
 	 * Constructs a new SSGI node.
 	 *
-	 * @param {TextureNode} beautyNode - The texture node that represents the input of the effect.
+	 * @param {TextureNode} beautyNode - A texture node that represents the beauty or scene pass.
 	 * @param {TextureNode} depthNode - A texture node that represents the scene's depth.
 	 * @param {TextureNode} normalNode - A texture node that represents the scene's normals.
 	 * @param {PerspectiveCamera} camera - The camera the scene is rendered with.
@@ -61,7 +61,7 @@ class SSGINode extends TempNode {
 		super( 'vec4' );
 
 		/**
-		 * A node that represents the scene's depth.
+		 * A texture node that represents the beauty or scene pass.
 		 *
 		 * @type {TextureNode}
 		 */

粤ICP备19079148号