Login

Fancade Wiki

Updated How to 'Turn Off' the shadows.md (markdown)

... ...
@@ -13,14 +13,17 @@ That's all!
13 13
But there will perhaps be still fuzzy shadow bleed at edges.
14 14
15 15
16
##For a perfect shadow removal
16
## For a perfect shadow removal
17 17
18 18
for a perfect shadow removal, we can move the camera very far from the scene. it is less convenient, but works perfectly.
19 19
20
For a top-down 2D game, we can set the camera Y value to 100.
20
For a top-down **2D** game, we can set the camera Y value to 100.
21 21
22 22
here is an example using camera X=0 and Z=0,
23 23
24 24
Example: ![Perfect 2D shadow removal](https://github.com/APin3EMP/Fancade-Pictures/blob/main/Screenshot_20210524-183819~2.png)
25 25
26
(you should use the appropriate camera X and Z values. Set The Y value to 100)
... ...
\ No newline at end of file
0
(you should use the appropriate camera X and Z values. Set The Y value to 100)
1
2
For **3D** games, using this method is tricky and involves some math,
3
so we don't talk it here.
... ...
\ No newline at end of file
Fancade Wiki