-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathponytail.vkhr
43 lines (37 loc) · 841 Bytes
/
ponytail.vkhr
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
{
"camera": {
"fieldOfView": 25.0,
"lookAt": [ 2.0, 80, 0.0 ],
"origin": [ 2.0, 80, 226 ],
"upward": [ 0.0, 1, 0.0 ]
},
"lights": [
{
"direction": [ 1, 2, 1 ],
"intensity": [ 0.430,
0.380,
0.280 ]
}
],
"root": 0,
"nodes": [
{
"children": [ 1 ]
},
{
"scale": [1, 1, 1],
"translate": [0, 0, 0],
"rotate": {
"axis": [ 0, 1, 0 ],
"angle": 0.0
},
"name": "Lara Croft",
"models": [
"../models/ponytail/ponytail.obj"
],
"styles": [
"../styles/ponytail.hair"
]
}
]
}