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: docs/VirtualAnatomy/ExplorerLevel/Camera/Camera.md
+45-7Lines changed: 45 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,28 +19,38 @@ This class handles camera movement and positioning in the scene. It uses a spher
19
19
20
20
## Definitions
21
21
22
-
###`ANATOM_PI`
22
+
###`ANATOM_PI`
23
23
24
-
**Description**
24
+
**Description**:
25
25
26
-
Unreal Engine`s definition of PI is depricated so we fuck em. This makes calculating stuff much easier
26
+
Defines a custom PI value to replace Unreal Engine’s deprecated PI definition. This ensures more reliable and consistent calculations within the application.
0 commit comments