Login

Fancade Wiki

"using this method is tricky and involves some math, so we don't talk it here." pshh weakling

... ...
@@ -25,4 +25,10 @@ Here is an example using camera 0,100,0:
25 25
26 26
(You should use your appropriate camera X and Z values. Set the Y value to a very high value.)
27 27
28
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
0
For **3D** games, use the Rotate block to move the camera in the right direction:
1
2
[[uploads/firefox_UFxHjI1sMY.png]]
3
4
(Explanation for the vector value: If the camera's rotation is 0,0,0 ("no rotation"), the camera is looking in the positive Z direction, so moving it in the negative Z pushes it farther away. Rotating the camera from that default angle causes the back direction to rotate accordingly.)
5
6
Note that if the camera is too far away, some objects might not be visible. Decrease the value if that happens.
... ...
\ No newline at end of file
Fancade Wiki