Ignore:
Timestamp:
05/10/20 01:24:46 (4 years ago)
Author:
Maciej Komosinski
Message:

Hinges and a muscle for solid shapes in f0

File:
1 edited

Legend:

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

    r915 r920  
    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,1,0,shape,d,0,1,0,shape)
     49PROP(sh,1,0,shape,d,0,3,0,shape)
    5050PROP(hx,1,0,hinge position.x,f,,,0,hinge_pos.x)
    5151PROP(hy,1,1024,hinge position.y,f,,,0,hinge_pos.y)
     
    7575PROP(p1,0,1024,`part1 ref#',d,-1,999999,-1,p1_refno)
    7676PROP(p2,0,1024,`part2 ref#',d,-1,999999,-1,p2_refno)
    77 PROP(sh,1,0,shape,d,0,1,0,shape)
     77PROP(sh,1,0,shape,d,0,3,0,shape)
    7878PROP(hx,1,0,hinge position.x,f,,,0,hinge_pos.x)
    7979PROP(hy,1,1024,hinge position.y,f,,,0,hinge_pos.y)
     
    170170ENDNEUROCLASS
    171171
     172NEUROCLASS(SolidMuscle,M,Muscle,,1,0,2)
     173VISUALHINTS(EffectorClass+AtFirstPart+SolidMuscleFlag)
     174SYMBOL(`6,5,25,40,35,40,45,50,35,60,25,60,25,40,4,65,85,65,50,75,50,75,85,65,85,3,65,56,49,29,57,24,72,50,4,68,53,70,53,70,55,68,55,68,53,5,50,21,60,15,70,14,79,15,87,20,81,10,1,86,20,77,21')
     175NEUROPROP(p,0,0,power,f,0.01,1.0,1.0,power)
     176NEUROPROP(a,0,0,axis,d,0,1,0,axis)
     177ENDNEUROCLASS
     178
    172179NEUROCLASS(Diff,D,Differentiate,Calculate the difference between the current and previous input value. Multiple inputs are aggregated with respect to their weights,-1,1,0)
    173180SYMBOL(`3,3,25,0,25,100,75,50,25,0,1,75,50,100,50,3,44,42,51,57,36,57,44,42')
Note: See TracChangeset for help on using the changeset viewer.