-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcamera_angles.R
More file actions
44 lines (37 loc) · 1.18 KB
/
camera_angles.R
File metadata and controls
44 lines (37 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Camera angle parameters for render_camera()
# in all *-Population-Density.R scripts
# Nepal-Population-Density.R
nepal_camera <- list(theta = 0,
phi = 45,
zoom = 0.50,
fov = 100)
# India-Population-Density.R
india_camera <- list(theta = 0,
phi = 75,
zoom = 0.50,
fov = 100)
# Maldives-Population-Density.R
maldives_camera <- list(theta = 95,
phi = 45,
zoom = 0.60,
fov = 100)
# BD-Population-Density.R
bangladesh_camera <- list(theta = 0,
phi = 70,
zoom = 0.55,
fov = 100)
# Bhutan-Population-Density.R
buthan_camera <- list(theta = 0,
phi = 45,
zoom = 0.50,
fov = 100)
# SriLanka-Population-Density.R
srilanka_camera <- list(theta = 150,
phi = 32,
zoom = 0.60,
fov = 100)
# Myanmar-Population-Density.R
myanmar_camera <- list(theta = -40,
phi = 45,
zoom = 0.50,
fov = 100)