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/config/f0.def

    r507 r528  
    1313PROP(y,0,1024,position.y,f,,,,p.y)
    1414PROP(z,0,1024,position.z,f,,,,p.z)
    15 XPROP(m,1,0,mass,f,0.1,999.0,1.0,mass)
    1615PROP(sh,1,0,shape,d,0,3,0,shape)
    1716PROP(s,1,0,size,f,0.1,10.0,1.0,size)
     
    1918PROP(sy,1,0,scale.y,f,0.001,1000.0,1.0,scale.y)
    2019PROP(sz,1,0,scale.z,f,0.001,1000.0,1.0,scale.z)
    21 PROP(h,1,0,hollow,f,0,1,0,hollow)
     20XPROP(h,1,0,hollow,f,0,1,0,hollow)
    2221XPROP(dn,1,0,density,f,0.2,5.0,1.0,density)
    2322XPROP(fr,1,0,friction,f,0.0,4.0,0.4,friction)
Note: See TracChangeset for help on using the changeset viewer.