Changeset 69 for cpp/gdk/f0.def


Ignore:
Timestamp:
02/03/11 03:09:19 (13 years ago)
Author:
sz
Message:

removed unnecessary files. all GDK samples can be built again (including neurotest). TODO: add #define GDK_WITHOUT_FRAMS to all VS projects! Note: read Makefile before syncing frams<->GDK!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/gdk/f0.def

    r66 r69  
    139139ENDNEUROCLASS
    140140
    141 NEUROCLASS(VectorEye,VEye,Vector Eye [EXPERIMENTAL!],Refer to publications to learn more about this neuron.,1,1,1)
    142 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')
    143 NEUROPROP(tx,0,0,target.x,f,,,,target.x)
    144 NEUROPROP(ty,0,0,target.y,f,,,,target.y)
    145 NEUROPROP(tz,0,0,target.z,f,,,,target.z)
    146 NEUROPROP(ts,0,0,target shape,s,0,-1,0,targetShape)
    147 NEUROPROP(p,0,0,perspective,f,0.1,10.0,1.0,perspz)
    148 NEUROPROP(s,0,0,scale,f,0.1,100.0,1.0,perspscale)
    149 NEUROPROP(h,0,0,show hidden lines,d,0,1,0,showhidden)
    150 NEUROPROP(o,0,0,`output lines count (each line needs four channels)',d,0,99,0,outputcount)
    151 NEUROPROP(d,0,0,debug,d,0,1,0,showdebug)
    152 ENDNEUROCLASS
    153 
    154 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)
    155 NEUROPROP(noIF,0,0,number of basic features,d,,,,noIF)
    156 NEUROPROP(noDim,0,0,number of degrees of freedom,d,,,,noDim)
    157 NEUROPROP(params,0,0,parameters,s,,,,params)
    158 ENDNEUROCLASS
    159 
    160141NEUROCLASS(Sticky,Sti,Sticky [EXPERIMENTAL!],,1,0,1)
    161142VISUALHINTS(EffectorClass)
     
    196177NEUROPROP(t,0,0,time,f,0,6.283185307,0,t)
    197178ENDNEUROCLASS
    198 
Note: See TracChangeset for help on using the changeset viewer.