-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
29 lines (29 loc) · 864 Bytes
/
config.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
{
"FPS" : 60,
"fpsCounter" : true,
"trailLength" : 25,
"lightPosWorld" : [-10, 15, -15],
"lightColor" : [1.0, 1.0, 1.0],
"lightPower" : 300.0,
"backgroundColor" : [0.45, 0.45, 0.45, 1],
"materialAmbientColorCoeffs" : [0.25, 0.25, 0.25],
"materialSpecularColor" : [0.3, 0.3, 0.3],
"ballDiffuseColor" : [1.0, 0.0, 0.0, 1.0],
"originDiffuseColor" : [0.0, 1.0, 0.0, 1.0],
"xAxisColor" : [1, 0, 0, 1],
"yAxisColor" : [0, 1, 0, 1],
"zAxisColor" : [0, 0, 1, 1],
"ballXYZLength" : [0.1, 0.1, 0.1],
"boxDiffuseColor" : [0.0, 0.0, 1.0, 0.3],
"boxXYZLength" : [6.2, 7.2, 3.1],
"initialCameraPosition" : [-13, 8, -7],
"initialHorzAngle" : 51,
"initialVertAngle" : -18.0,
"fov" : 60,
"speed" : 20,
"mouseSpeed" : 0.3,
"mouseWheelSpeed" : 5,
"ballObjFile" : "models/sphere.obj",
"boxObjFile" : "models/box.obj",
"arrowObjFile" : "models/arrow.obj"
}