Updated How to 'Turn Off' the shadows.md (markdown)
commited
commit
77a3b021bd306cdef9017b1695df66c02d445356
... | ... | @@ -19,8 +19,7 @@ For a top-down **2D** game, we can set the camera Y value to 100. |
19 | 19 | |
20 | 20 | here is an example using camera X=0 and Z=0, |
21 | 21 | |
22 | Example:  |
|
23 | ||
22 | Example:  |
|
24 | 23 | (you should use the appropriate camera X and Z values. Set The Y value to 100) |
25 | 24 | |
26 | 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 |