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

Last change on this file since 69 was 69, checked in by sz, 13 years ago

removed unnecessary files. all GDK samples can be built again (including neurotest). TODO: add #define GDK_WITHOUT_FRAMS to all VS projects! Note: read Makefile before syncing frams<->GDK!

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