-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbluemol.toml
57 lines (48 loc) · 993 Bytes
/
bluemol.toml
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
# An example scene file
[camera]
center = [7.0, 0.0, 7.0]
target = [0.0, 0.0, 3.0]
roll = 0.0
[light]
center = [5.0, -5.0, 10.0]
[[planes]]
center = [0.0, 0.0, 0.0]
normal = [0.0, 0.0, 1.0]
scale = 0.2
reflect = 0.55
texture = "textures/01tizeta_floor_d.png"
[[planes]]
center = [-12.0, 0.0, 0.0]
normal = [1.0, 0.0, 0.0]
scale = 0.2
texture = "textures/metal plate tex.png"
[[planes]]
center = [0.0, -12.0, 0.0]
normal = [0.0, 1.0, 0.0]
scale = 0.15
texture = "textures/04univ2.png"
[[planes]]
center = [0.0, 12.0, 0.0]
normal = [0.0, -1.0, 0.0]
scale = 0.15
texture = "textures/02camino.png"
[[molecules]]
mol2file = "trp.mol2"
center = [0.0, 0.0, 4.5]
atom_color = [1.0, 0.0, 1.0]
bond_color = [1.0, 0.0, 1.0]
mol_scale = 1.0
atom_scale = 0.15
bond_scale = 0.075
angle_x = 0.0
angle_y = 0.0
angle_z = 90.0
[[meshes]]
center = [-4.5, 0.0, 3.0]
color = [0.0, 1.0, 1.0]
scale = 3.0
file3ds = "models/cone.3ds"
[[spheres]]
center = [3.0, 0.0, 1.0]
color = [1.0, 1.0, 0.0]
radius = 0.8