Răsfoiți Sursa

Update Texture3DNode.js

Michael Herzog 3 săptămâni în urmă
părinte
comite
8780c30b96
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      src/nodes/accessors/Texture3DNode.js

+ 2 - 2
src/nodes/accessors/Texture3DNode.js

@@ -142,10 +142,10 @@ class Texture3DNode extends TextureNode {
 
 	/**
 	 * Computes the normal for the given uv. These texture coordiantes represent a
-	 * certain point inside the 3D texture. Unlike geometric normals, this normal
+	 * position inside the 3D texture. Unlike geometric normals, this normal
 	 * represents a slope or gradient of scalar data inside the 3D texture.
 	 *
-	 * @param {Node<vec3>} uvNode - The uv node that defines a points in the 3D texture.
+	 * @param {Node<vec3>} uvNode - The uv node that defines a position in the 3D texture.
 	 * @return {Node<vec3>} The normal representing the slope/gradient in the data.
 	 */
 	normal( uvNode ) {

粤ICP备19079148号