forked from silmae/HyperBlend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreactor_control.toml
More file actions
28 lines (24 loc) · 986 Bytes
/
reactor_control.toml
File metadata and controls
28 lines (24 loc) · 986 Bytes
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
Note = "This file controls the setup of the Blender scene file. "
is_master_control = true
[Sun]
sun_base_power_hsi = 40
sun_base_power_rgb = 400
[Cameras]
Note = "Camera angles are stored in degrees in this file. They must be converted to radians before passing to Blender file."
submarine_height_factor = 0.5
submarine_distance = 0.0
[Rendering]
Note = "Sample count controls how many samples (light rays) are cast through each pixel.More samples result in smoother image but require more time to render. Try values between 16 and 512, for example. The RGB sampling is for preview images so it can be higher as not many images are rendered with that sampling."
sample_count_rbg = 32
sample_count_hsi = 32
[Images]
hsi_resolution_x = 1028
hsi_resolution_y = 512
rgb_resolution_x = 1028
rgb_resolution_y = 512
walker_resolution_x = 1028
walker_resolution_y = 512
sleeper_resolution_x = 1028
sleeper_resolution_y = 512
tree_preview_resolution_x = 1028
tree_preview_resolution_y = 512