source: cpp/gdk/defassign-f0_part.h @ 83

Last change on this file since 83 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: 210 bytes
Line 
1
2
3// default assignments for Part :
4mass=1.0;
5size=1.0;
6density=1.0;
7friction=0.4;
8ingest=0.25;
9assim=0.25;
10vis_style="part";
11vsize=0.2;
12vcolor.x=0.5;
13vcolor.y=0.5;
14vcolor.z=0.5;
15
16
17
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
Note: See TracBrowser for help on using the repository browser.