You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Website/learn/parameters.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ This section is about the **core parameters** of DepthFlow.
87
87
1. That would simply move the image around without changing the perspective, which is what the [**`center`**](#center) parameter does.
88
88
2. The camera always _"looks"_ to the image (`origin` parameter) by adding an opposite bias to the ray's projection on how much the image is displaced.
89
89
90
-
As you might expect, setting $x=cos(t)$ and $y=cos(t)$ parameter to follow a circular motion, will create a _"orbiting"_ effect around the center of the image.
90
+
As you might expect, setting $x=cos(t)$ and $y=sin(t)$ parameter to follow a circular motion, will create a _"orbiting"_ effect around the center of the image.
0 commit comments