Changeset 80 for cpp/gdk/f0.def


Ignore:
Timestamp:
02/08/13 03:22:37 (11 years ago)
Author:
Maciej Komosinski
Message:
  • new properties in Parts and Joints: visual red, green, blue, thickness
  • updated list of Neurons and their properties
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/gdk/f0.def

    r69 r80  
     1CLASS(Model,f0_model,m)
     2GROUP(Properties)
     3GROUP(Visual)
     4PROP(se,0,1024,startenergy,f,,,,startenergy)
     5PROP(Vstyle,1,0,vis_style,s,0,-1,,vis_style)
     6ENDCLASS
     7
    18CLASS(Part,f0_part,p)
    29GROUP(Geometry)
     
    1724PROP(i,1,0,`info',s,,,,info)
    1825PROP(Vstyle,2,0,vis_style,s,0,-1,part,vis_style)
     26XPROP(vs,2,0,visual thickness,f,0.05,0.7,0.2,vsize)
     27XPROP(vr,2,0,red component,f,0.0,1.0,0.5,vcolor.x)
     28XPROP(vg,2,1024,green component,f,0.0,1.0,0.5,vcolor.y)
     29XPROP(vb,2,1024,blue component,f,0.0,1.0,0.5,vcolor.z)
    1930ENDCLASS
    2031
     
    3748PROP(i,2,0,`info',s,,,,info)
    3849PROP(Vstyle,3,0,vis_style,s,0,-1,joint,vis_style)
     50XPROP(vr,3,0,red component,f,0.0,1.0,0.5,vcolor.x)
     51XPROP(vg,3,1024,green component,f,0.0,1.0,0.5,vcolor.y)
     52XPROP(vb,3,1024,blue component,f,0.0,1.0,0.5,vcolor.z)
    3953ENDCLASS
    4054
     
    5165PROP(i,2,0,`info',s,,,,info)
    5266PROP(Vstyle,3,0,vis_style,s,0,-1,joint,vis_style)
     67XPROP(vr,3,0,red component,f,0.0,1.0,0.5,vcolor.x)
     68XPROP(vg,3,1024,green component,f,0.0,1.0,0.5,vcolor.y)
     69XPROP(vb,3,1024,blue component,f,0.0,1.0,0.5,vcolor.z)
    5370ENDCLASS
    5471
     
    5976PROP(p,0,0,`part ref#',d,-1,999999,-1,part_refno)
    6077PROP(j,0,0,`joint ref#',d,-1,999999,-1,joint_refno)
    61 PROP(d,1,0,item details,s,,,,details,GETSET)
     78PROP(d,1,0,item details,s,,,N,details,GETSET)
    6279PROP(i,1,0,`info',s,,,,info)
    6380PROP(Vstyle,2,0,vis_style,s,0,-1,neuro,vis_style)
     
    139156ENDNEUROCLASS
    140157
     158NEUROCLASS(VectorEye,VEye,Vector Eye [EXPERIMENTAL!],Refer to publications to learn more about this neuron.,1,1,1)
     159SYMBOL(`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')
     160NEUROPROP(tx,0,0,target.x,f,,,,target.x)
     161NEUROPROP(ty,0,0,target.y,f,,,,target.y)
     162NEUROPROP(tz,0,0,target.z,f,,,,target.z)
     163NEUROPROP(ts,0,0,target shape,s,0,-1,0,targetShape)
     164NEUROPROP(p,0,0,perspective,f,0.1,10.0,1.0,perspz)
     165NEUROPROP(s,0,0,scale,f,0.1,100.0,1.0,perspscale)
     166NEUROPROP(h,0,0,show hidden lines,d,0,1,0,showhidden)
     167NEUROPROP(o,0,0,`output lines count (each line needs four channels)',d,0,99,0,outputcount)
     168NEUROPROP(d,0,0,debug,d,0,1,0,showdebug)
     169ENDNEUROCLASS
     170
     171NEUROCLASS(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)
     172NEUROPROP(noIF,0,0,number of basic features,d,,,,noIF)
     173NEUROPROP(noDim,0,0,number of degrees of freedom,d,,,,noDim)
     174NEUROPROP(params,0,0,parameters,s,,,,params)
     175ENDNEUROCLASS
     176
    141177NEUROCLASS(Sticky,Sti,Sticky [EXPERIMENTAL!],,1,0,1)
    142178VISUALHINTS(EffectorClass)
     
    177213NEUROPROP(t,0,0,time,f,0,6.283185307,0,t)
    178214ENDNEUROCLASS
     215
Note: See TracChangeset for help on using the changeset viewer.