Changeset 80 for cpp/gdk/f0.def
- Timestamp:
- 02/08/13 03:22:37 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/gdk/f0.def
r69 r80 1 CLASS(Model,f0_model,m) 2 GROUP(Properties) 3 GROUP(Visual) 4 PROP(se,0,1024,startenergy,f,,,,startenergy) 5 PROP(Vstyle,1,0,vis_style,s,0,-1,,vis_style) 6 ENDCLASS 7 1 8 CLASS(Part,f0_part,p) 2 9 GROUP(Geometry) … … 17 24 PROP(i,1,0,`info',s,,,,info) 18 25 PROP(Vstyle,2,0,vis_style,s,0,-1,part,vis_style) 26 XPROP(vs,2,0,visual thickness,f,0.05,0.7,0.2,vsize) 27 XPROP(vr,2,0,red component,f,0.0,1.0,0.5,vcolor.x) 28 XPROP(vg,2,1024,green component,f,0.0,1.0,0.5,vcolor.y) 29 XPROP(vb,2,1024,blue component,f,0.0,1.0,0.5,vcolor.z) 19 30 ENDCLASS 20 31 … … 37 48 PROP(i,2,0,`info',s,,,,info) 38 49 PROP(Vstyle,3,0,vis_style,s,0,-1,joint,vis_style) 50 XPROP(vr,3,0,red component,f,0.0,1.0,0.5,vcolor.x) 51 XPROP(vg,3,1024,green component,f,0.0,1.0,0.5,vcolor.y) 52 XPROP(vb,3,1024,blue component,f,0.0,1.0,0.5,vcolor.z) 39 53 ENDCLASS 40 54 … … 51 65 PROP(i,2,0,`info',s,,,,info) 52 66 PROP(Vstyle,3,0,vis_style,s,0,-1,joint,vis_style) 67 XPROP(vr,3,0,red component,f,0.0,1.0,0.5,vcolor.x) 68 XPROP(vg,3,1024,green component,f,0.0,1.0,0.5,vcolor.y) 69 XPROP(vb,3,1024,blue component,f,0.0,1.0,0.5,vcolor.z) 53 70 ENDCLASS 54 71 … … 59 76 PROP(p,0,0,`part ref#',d,-1,999999,-1,part_refno) 60 77 PROP(j,0,0,`joint ref#',d,-1,999999,-1,joint_refno) 61 PROP(d,1,0,item details,s,,, ,details,GETSET)78 PROP(d,1,0,item details,s,,,N,details,GETSET) 62 79 PROP(i,1,0,`info',s,,,,info) 63 80 PROP(Vstyle,2,0,vis_style,s,0,-1,neuro,vis_style) … … 139 156 ENDNEUROCLASS 140 157 158 NEUROCLASS(VectorEye,VEye,Vector Eye [EXPERIMENTAL!],Refer to publications to learn more about this neuron.,1,1,1) 159 SYMBOL(`11,7,100,50,90,50,90,40,70,40,80,50,70,60,90,60,90,50,14,70,50,65,40,60,35,45,30,30,30,15,35,10,40,5,50,10,60,15,65,30,70,45,70,60,65,65,60,70,50,8,38,67,28,62,23,52,28,42,38,37,48,42,53,52,48,62,38,67,4,33,52,38,47,43,52,38,57,33,52,5,70,50,60,40,45,35,30,35,15,40,5,50,1,53,33,58,22,1,62,36,68,26,1,45,30,47,19,1,35,30,35,19,1,27,31,24,20,1,18,34,12,24') 160 NEUROPROP(tx,0,0,target.x,f,,,,target.x) 161 NEUROPROP(ty,0,0,target.y,f,,,,target.y) 162 NEUROPROP(tz,0,0,target.z,f,,,,target.z) 163 NEUROPROP(ts,0,0,target shape,s,0,-1,0,targetShape) 164 NEUROPROP(p,0,0,perspective,f,0.1,10.0,1.0,perspz) 165 NEUROPROP(s,0,0,scale,f,0.1,100.0,1.0,perspscale) 166 NEUROPROP(h,0,0,show hidden lines,d,0,1,0,showhidden) 167 NEUROPROP(o,0,0,`output lines count (each line needs four channels)',d,0,99,0,outputcount) 168 NEUROPROP(d,0,0,debug,d,0,1,0,showdebug) 169 ENDNEUROCLASS 170 171 NEUROCLASS(VisualMotorNeuron,VMotor,Visual-Motor Cortex [EXPERIMENTAL!],`Must be connected to the VEye and properly set up. Refer to publications to learn more about this neuron.',-1,1,0) 172 NEUROPROP(noIF,0,0,number of basic features,d,,,,noIF) 173 NEUROPROP(noDim,0,0,number of degrees of freedom,d,,,,noDim) 174 NEUROPROP(params,0,0,parameters,s,,,,params) 175 ENDNEUROCLASS 176 141 177 NEUROCLASS(Sticky,Sti,Sticky [EXPERIMENTAL!],,1,0,1) 142 178 VISUALHINTS(EffectorClass) … … 177 213 NEUROPROP(t,0,0,time,f,0,6.283185307,0,t) 178 214 ENDNEUROCLASS 215
Note: See TracChangeset
for help on using the changeset viewer.