Ignore:
Timestamp:
04/20/20 23:33:31 (4 years ago)
Author:
Maciej Komosinski
Message:

Added fields to characterize hinges in "solid shape"-type Models

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/config/f0.def

    r754 r915  
    1313PROP(y,0,1024,position.y,f,,,,p.y)
    1414PROP(z,0,1024,position.z,f,,,,p.z)
    15 PROP(sh,1,0,shape,d,0,3,0,shape)
    16 PROP(s,1,0,size,f,0.1,10.0,1.0,size)
    17 PROP(sx,1,0,scale.x,f,0.001,1000.0,1.0,scale.x)
    18 PROP(sy,1,0,scale.y,f,0.001,1000.0,1.0,scale.y)
    19 PROP(sz,1,0,scale.z,f,0.001,1000.0,1.0,scale.z)
     15PROP(sh,0,0,shape,d,0,3,0,shape)
     16PROP(s,0,0,size,f,0.1,10.0,1.0,size)
     17PROP(sx,0,0,scale.x,f,0.001,1000.0,1.0,scale.x)
     18PROP(sy,0,0,scale.y,f,0.001,1000.0,1.0,scale.y)
     19PROP(sz,0,0,scale.z,f,0.001,1000.0,1.0,scale.z)
    2020XPROP(h,1,0,hollow,f,0,1,0,hollow)
    2121XPROP(dn,1,0,density,f,0.2,5.0,1.0,density)
     
    4747PROP(dy,1,1024,delta.y,f,-2,2,0,d.y)
    4848PROP(dz,1,1024,delta.z,f,-2,2,0,d.z)
    49 PROP(sh,2,0,shape,d,0,1,0,shape)
     49PROP(sh,1,0,shape,d,0,3,0,shape)
     50PROP(hx,1,0,hinge position.x,f,,,0,hinge_pos.x)
     51PROP(hy,1,1024,hinge position.y,f,,,0,hinge_pos.y)
     52PROP(hz,1,1024,hinge position.z,f,,,0,hinge_pos.z)
     53PROP(hrx,1,0,hinge rotation.x,f,,,0,hinge_rot.x)
     54PROP(hry,1,1024,hinge rotation.y,f,,,0,hinge_rot.y)
     55PROP(hrz,1,1024,hinge rotation.z,f,,,0,hinge_rot.z)
     56PROP(hxn,1,0,hinge x negative limit,f,-6.2832,0,-1.5708,hinge_limit_x[0])
     57PROP(hxp,1,1024,hinge x positive limit,f,0,6.2832,1.5708,hinge_limit_x[1])
     58PROP(hyn,1,0,hinge y negative limit,f,-6.2832,0,-1.5708,hinge_limit_y[0])
     59PROP(hyp,1,1024,hinge y positive limit,f,0,6.2832,1.5708,hinge_limit_y[1])
    5060XPROP(stif,2,0,stiffness,f,0.0,1.0,1.0,stif)
    5161XPROP(rotstif,2,0,rotation stiffness,f,0.0,1.0,1.0,rotstif)
     
    6575PROP(p1,0,1024,`part1 ref#',d,-1,999999,-1,p1_refno)
    6676PROP(p2,0,1024,`part2 ref#',d,-1,999999,-1,p2_refno)
    67 PROP(sh,2,0,shape,d,0,1,0,shape)
     77PROP(sh,1,0,shape,d,0,3,0,shape)
     78PROP(hx,1,0,hinge position.x,f,,,0,hinge_pos.x)
     79PROP(hy,1,1024,hinge position.y,f,,,0,hinge_pos.y)
     80PROP(hz,1,1024,hinge position.z,f,,,0,hinge_pos.z)
     81PROP(hrx,1,0,hinge rotation.x,f,,,0,hinge_rot.x)
     82PROP(hry,1,1024,hinge rotation.y,f,,,0,hinge_rot.y)
     83PROP(hrz,1,1024,hinge rotation.z,f,,,0,hinge_rot.z)
     84PROP(hxn,1,0,hinge x negative limit,f,-6.2832,0,-1.5708,hinge_limit_x[0])
     85PROP(hxp,1,1024,hinge x positive limit,f,0,6.2832,1.5708,hinge_limit_x[1])
     86PROP(hyn,1,0,hinge y negative limit,f,-6.2832,0,-1.5708,hinge_limit_y[0])
     87PROP(hyp,1,1024,hinge y positive limit,f,0,6.2832,1.5708,hinge_limit_y[1])
    6888XPROP(stif,2,0,stiffness,f,0.0,1.0,1.0,stif)
    6989XPROP(rotstif,2,0,rotation stiffness,f,0.0,1.0,1.0,rotstif)
Note: See TracChangeset for help on using the changeset viewer.