generated from djbelyak/computer-graphics-in-game-development-s2021
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path02. Ray tracing.args.json
90 lines (90 loc) · 2.35 KB
/
02. Ray tracing.args.json
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"FileVersion": 2,
"Id": "097ab6f3-7505-24b8-7e16-a7acea2080b8",
"Items": [
{
"Id": "955470fc-007b-414a-9bb3-8ad1269c8951",
"Command": "FullHD",
"Items": [
{
"Id": "79bca347-623d-4a65-b231-4a41e739dd96",
"Command": "--height=1080"
},
{
"Id": "d8172b4b-5ff6-4e74-891d-e15327540336",
"Command": "--width=1920"
}
]
},
{
"Id": "79726a14-1d2c-4751-ab26-1171a49a48a6",
"Command": "Triangles",
"Items": [
{
"Id": "b322e0df-bb2d-4ce9-a4f8-dcd96685f073",
"Command": "--model_path=models\\z_test.obj"
},
{
"Id": "3b3011d9-e9ad-4297-81e3-fe49418129d7",
"Command": "--camera_position=0.0,0.0,2.0"
},
{
"Id": "bbbe337d-2a24-4332-8038-60c611215b02",
"Command": "--result_path=raytracer_triangles.png"
}
]
},
{
"Id": "6033f4b9-a698-43d8-8fd2-e512b72ad0c1",
"Command": "Cube",
"Items": [
{
"Id": "6a0b36a4-6fba-4af6-807b-43b83396f2fa",
"Command": "--model_path=models\\cube.obj"
},
{
"Id": "441380ce-820f-4cc2-bf3a-afbdc9196440",
"Command": "--camera_position=0.0,1.0,2.0"
},
{
"Id": "d9f2491e-6879-40dd-a2f4-a1a31dfdcf2d",
"Command": "--camera_phi=-25"
},
{
"Id": "f0a2ccf5-66fd-45c7-94da-fea1e1c359a7",
"Command": "--result_path=raytracer_cube.png"
}
]
},
{
"Id": "38147e80-f31e-4ba9-a417-59ab82418cbe",
"Command": "CornellBox",
"Items": [
{
"Id": "b7250c9d-115d-4e22-998c-8eba68253e69",
"Command": "--model_path=models\\CornellBox-Original.obj"
},
{
"Id": "807cd627-8bde-41c5-801d-944726af7dcb",
"Command": "--camera_position=0.0,1.0,2.2"
},
{
"Id": "2be04827-a613-425c-b286-faead96709dd",
"Command": "--result_path=raytracer_cornell_box.png"
}
]
},
{
"Id": "c7063580-fc1d-4a1e-a0a6-37da6c98b07a",
"Command": "--accumulation_num=1"
},
{
"Id": "a21aa6b8-acee-4ae3-b4ef-e81428c41d05",
"Command": "--accumulation_num=10"
},
{
"Id": "08267878-bd7e-4f99-98a1-441cb55d75cf",
"Command": "--help"
}
]
}