-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.txt
13 lines (11 loc) · 964 Bytes
/
config.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
# mass x y z model_file texture_file
o 10.0 0.0 0.0 1.0 ../res/objects/cube.obj ../res/textures/anfis.bmp # Define objects and their parameters
o 10.0 1.5 0.0 2.0 ../res/objects/pyramid.obj ../res/textures/anfis.bmp # (texutre is optional, but leave an '_')
o 10.0 0.0 1.5 10.0 ../res/objects/cube.obj _
rms 50 # Refresh rate
eul 10 # Euler iterations between draws
g 0.0 0.0 -2.0 # Gravity vector
k 300 # Spring constant
kt 50 # Spring velocity decay
grb 0.9 # Ground rebound coef
orb 1e-6 # Object rebound coef