We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863b873 commit cde4019Copy full SHA for cde4019
1 file changed
src/nodes/utils/PostProcessingUtils.js
@@ -37,7 +37,7 @@ export const getViewPosition = /*@__PURE__*/ Fn( ( [ screenPosition, depth, proj
37
*
38
* @param {vec3} viewPosition - The fragments position in view space.
39
* @param {mat4} projectionMatrix - The camera's projection matrix.
40
-* @return {vec2} Teh fragment's screen position expressed as uv coordinates.
+* @return {vec2} The fragment's screen position expressed as uv coordinates.
41
*/
42
export const getScreenPosition = /*@__PURE__*/ Fn( ( [ viewPosition, projectionMatrix ] ) => {
43
0 commit comments