Ignore:
Timestamp:
07/18/16 04:14:37 (8 years ago)
Author:
Maciej Komosinski
Message:
  • Part.m removed
  • Part.h becomes XPROP
  • validate more part and joint properties in Model.internalcheck()
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/model/f0-SDK-classes.h

    r507 r528  
    2424ParamEntry f0_part_paramtab[]=
    2525{
    26  {"Geometry",3,23,"p" },
     26 {"Geometry",3,22,"p" },
    2727 {"Other properties",},
    2828 {"Visual",},
     
    3030 {"y",0,1024,"position.y","f",FIELD(p.y),},
    3131 {"z",0,1024,"position.z","f",FIELD(p.z),},
    32  {"m",1,0,"mass","f 0.1 999.0 1.0",FIELD(mass),},
    3332 {"sh",1,0,"shape","d 0 3 0",FIELD(shape),},
    3433 {"s",1,0,"size","f 0.1 10.0 1.0",FIELD(size),},
     
    5554{
    5655 {"Extra properties",1,9,"p"},
    57  {"m",0,0,"mass","f 0.1 999.0 1.0",FIELD(mass),},
     56 {"h",0,0,"hollow","f 0 1 0",FIELD(hollow),},
    5857 {"dn",0,0,"density","f 0.2 5.0 1.0",FIELD(density),},
    5958 {"fr",0,0,"friction","f 0.0 4.0 0.4",FIELD(friction),},
Note: See TracChangeset for help on using the changeset viewer.