-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathprepare_scene_list.Rd
59 lines (59 loc) · 1.21 KB
/
prepare_scene_list.Rd
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/prepare_scene_list.R
\name{prepare_scene_list}
\alias{prepare_scene_list}
\title{Prepare the scene list}
\usage{
prepare_scene_list(
scene,
width = 400,
height = 400,
fov = 20,
lookfrom = c(0, 1, 10),
lookat = c(0, 0, 0),
camera_up = c(0, 1, 0),
samples = 100,
camera_description_file = NA,
camera_scale = 1,
iso = 100,
film_size = 22,
min_variance = 5e-05,
min_adaptive_size = 8,
sample_method = "sobol",
max_depth = NA,
roulette_active_depth = 100,
ambient_light = FALSE,
aperture = 0.1,
clamp_value = Inf,
filename = NULL,
backgroundhigh = "#80b4ff",
backgroundlow = "#ffffff",
shutteropen = 0,
shutterclose = 1,
focal_distance = NULL,
ortho_dimensions = c(1, 1),
tonemap = "gamma",
bloom = TRUE,
parallel = TRUE,
bvh_type = "sah",
environment_light = NULL,
rotate_env = 0,
intensity_env = 1,
debug_channel = "none",
return_raw_array = FALSE,
progress = interactive(),
verbose = FALSE,
sample_dist = Inf,
keep_colors = FALSE,
integrator_type = "nee",
denoise = TRUE,
print_debug_info = FALSE
)
}
\description{
Prepare the scene list
}
\examples{
#internal
}
\keyword{internal}