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

Last change on this file since 80 was 80, checked in by Maciej Komosinski, 11 years ago
  • new properties in Parts and Joints: visual red, green, blue, thickness
  • updated list of Neurons and their properties
  • Property svn:eol-style set to native
File size: 213 bytes
Line 
1
2
3
4
5// default assignments for Joint :
6p1_refno=-1;
7p2_refno=-1;
8d.x=0;
9d.y=0;
10d.z=0;
11stif=1.0;
12rotstif=1.0;
13stamina=0.25;
14vis_style="joint";
15vcolor.x=0.5;
16vcolor.y=0.5;
17vcolor.z=0.5;
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
44
45
Note: See TracBrowser for help on using the repository browser.