Changeset 270


Ignore:
Timestamp:
12/16/14 01:52:41 (9 years ago)
Author:
Maciej Komosinski
Message:

'hollow' property in Part (0..1) in generated files

Location:
cpp/frams/model
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/model/defassign-f0-GDK.h

    r197 r270  
    1515scale.y=1.0;
    1616scale.z=1.0;
     17hollow=0;
    1718density=1.0;
    1819friction=0.4;
  • cpp/frams/model/f0-GDK-classes.h

    r197 r270  
    2424ParamEntry f0_part_paramtab[]=
    2525{
    26  {"Geometry",3,22,"p" },
     26 {"Geometry",3,23,"p" },
    2727 {"Other properties",},
    2828 {"Visual",},
     
    3636 {"sy",1,0,"scale.y","f 0.001 1000.0 1.0",FIELD(scale.y),},
    3737 {"sz",1,0,"scale.z","f 0.001 1000.0 1.0",FIELD(scale.z),},
     38 {"h",1,0,"hollow","f 0 1 0",FIELD(hollow),},
    3839 {"dn",1,0,"density","f 0.2 5.0 1.0",FIELD(density),},
    3940 {"fr",1,0,"friction","f 0.0 4.0 0.4",FIELD(friction),},
Note: See TracChangeset for help on using the changeset viewer.