Login

Fancade Wiki

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

... ...
@@ -1,5 +1,3 @@
1
# How to 'Turn Off' the shadows.
2
3 1
Sometimes in 2D games, we need to completely remove the shadows from the scene. Here is a simple way to do that.
4 2
5 3
1. Set the camera **angle** to whatever is needed for the game.
... ...
@@ -25,5 +23,4 @@ Example: ![Perfect 2D shadow removal](https://github.com/APin3EMP/Fancade-Pictur
25 23
26 24
(you should use the appropriate camera X and Z values. Set The Y value to 100)
27 25
28
For **3D** games, using this method is tricky and involves some math,
29
so we don't talk it here.
... ...
\ No newline at end of file
0
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
Fancade Wiki