Changeset 915 for cpp/frams/config/f0.def
- Timestamp:
- 04/20/20 23:33:31 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/config/f0.def
r754 r915 13 13 PROP(y,0,1024,position.y,f,,,,p.y) 14 14 PROP(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)15 PROP(sh,0,0,shape,d,0,3,0,shape) 16 PROP(s,0,0,size,f,0.1,10.0,1.0,size) 17 PROP(sx,0,0,scale.x,f,0.001,1000.0,1.0,scale.x) 18 PROP(sy,0,0,scale.y,f,0.001,1000.0,1.0,scale.y) 19 PROP(sz,0,0,scale.z,f,0.001,1000.0,1.0,scale.z) 20 20 XPROP(h,1,0,hollow,f,0,1,0,hollow) 21 21 XPROP(dn,1,0,density,f,0.2,5.0,1.0,density) … … 47 47 PROP(dy,1,1024,delta.y,f,-2,2,0,d.y) 48 48 PROP(dz,1,1024,delta.z,f,-2,2,0,d.z) 49 PROP(sh,2,0,shape,d,0,1,0,shape) 49 PROP(sh,1,0,shape,d,0,3,0,shape) 50 PROP(hx,1,0,hinge position.x,f,,,0,hinge_pos.x) 51 PROP(hy,1,1024,hinge position.y,f,,,0,hinge_pos.y) 52 PROP(hz,1,1024,hinge position.z,f,,,0,hinge_pos.z) 53 PROP(hrx,1,0,hinge rotation.x,f,,,0,hinge_rot.x) 54 PROP(hry,1,1024,hinge rotation.y,f,,,0,hinge_rot.y) 55 PROP(hrz,1,1024,hinge rotation.z,f,,,0,hinge_rot.z) 56 PROP(hxn,1,0,hinge x negative limit,f,-6.2832,0,-1.5708,hinge_limit_x[0]) 57 PROP(hxp,1,1024,hinge x positive limit,f,0,6.2832,1.5708,hinge_limit_x[1]) 58 PROP(hyn,1,0,hinge y negative limit,f,-6.2832,0,-1.5708,hinge_limit_y[0]) 59 PROP(hyp,1,1024,hinge y positive limit,f,0,6.2832,1.5708,hinge_limit_y[1]) 50 60 XPROP(stif,2,0,stiffness,f,0.0,1.0,1.0,stif) 51 61 XPROP(rotstif,2,0,rotation stiffness,f,0.0,1.0,1.0,rotstif) … … 65 75 PROP(p1,0,1024,`part1 ref#',d,-1,999999,-1,p1_refno) 66 76 PROP(p2,0,1024,`part2 ref#',d,-1,999999,-1,p2_refno) 67 PROP(sh,2,0,shape,d,0,1,0,shape) 77 PROP(sh,1,0,shape,d,0,3,0,shape) 78 PROP(hx,1,0,hinge position.x,f,,,0,hinge_pos.x) 79 PROP(hy,1,1024,hinge position.y,f,,,0,hinge_pos.y) 80 PROP(hz,1,1024,hinge position.z,f,,,0,hinge_pos.z) 81 PROP(hrx,1,0,hinge rotation.x,f,,,0,hinge_rot.x) 82 PROP(hry,1,1024,hinge rotation.y,f,,,0,hinge_rot.y) 83 PROP(hrz,1,1024,hinge rotation.z,f,,,0,hinge_rot.z) 84 PROP(hxn,1,0,hinge x negative limit,f,-6.2832,0,-1.5708,hinge_limit_x[0]) 85 PROP(hxp,1,1024,hinge x positive limit,f,0,6.2832,1.5708,hinge_limit_x[1]) 86 PROP(hyn,1,0,hinge y negative limit,f,-6.2832,0,-1.5708,hinge_limit_y[0]) 87 PROP(hyp,1,1024,hinge y positive limit,f,0,6.2832,1.5708,hinge_limit_y[1]) 68 88 XPROP(stif,2,0,stiffness,f,0.0,1.0,1.0,stif) 69 89 XPROP(rotstif,2,0,rotation stiffness,f,0.0,1.0,1.0,rotstif)
Note: See TracChangeset
for help on using the changeset viewer.