source: cpp/gdk/defassign-f0_joint.h @ 104

Last change on this file since 104 was 89, checked in by sz, 11 years ago

all test applications are compilable again

  • Property svn:eol-style set to native
File size: 212 bytes
Line 
1
2
3
4
5
6// default assignments for Joint :
7p1_refno=-1;
8p2_refno=-1;
9d.x=0;
10d.y=0;
11d.z=0;
12stif=1.0;
13rotstif=1.0;
14stamina=0.25;
15vis_style="joint";
16vcolor.x=0.5;
17vcolor.y=0.5;
18vcolor.z=0.5;
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
Note: See TracBrowser for help on using the repository browser.