source: cpp/gdk/defassign-f0_part.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: 153 bytes
Line 
1
2// default assignments for Part :
3mass=1.0;
4size=1.0;
5density=1.0;
6friction=0.4;
7ingest=0.25;
8assim=0.25;
9vis_style="part";
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Note: See TracBrowser for help on using the repository browser.