Updated How to remove the shadows.md (markdown)
commited
commit
93f6f39209edaf560885ca000b8d2a19d004a669
... | ... | @@ -4,7 +4,7 @@ Sometimes in 2D games, we need to completely remove the shadows from the scene. |
4 | 4 | |
5 | 5 | 2. Set the light **angle** to the **same** angle as the camera. |
6 | 6 | |
7 | Example: |
|
7 | Example: |
|
8 | 8 | |
9 | 9 | That's all! |
10 | 10 | |
... | ... | @@ -19,7 +19,7 @@ For a top-down **2D** game, we can set the camera **Y** value to a **very high** |
19 | 19 | |
20 | 20 | here is an example using camera X=0 and Z=0, |
21 | 21 | |
22 | Example:  |
|
22 | Example:  |
|
23 | 23 | (you should use your appropriate camera X and Z values. Set The Y value to a very high value.) |
24 | 24 | |
25 | 25 | For **3D** games, using this method is tricky and involves some math, so we don't talk it here. |
... | ... | \ No newline at end of file |