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/neurocls-library.h

    r69 r80  
    22// do not edit - generated automatically from "f0.def"
    33// (to be included in "neurolibrary.cpp")
     4
    45
    56
     
    108109addClass(new NeuroClass(NI_FuzzyNeuro_tab,"Refer to publications to learn more about this neuron.",-1,1,0, FuzzyNeuro_xy,0,0));
    109110
     111     static int VectorEye_xy[]={122,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};   
     112static ParamEntry NI_VectorEye_tab[]={
     113{"Vector Eye [EXPERIMENTAL!]",1, 9 ,"VEye",},
     114
     115{"tx",0,0,"target.x","f   ",},
     116{"ty",0,0,"target.y","f   ",},
     117{"tz",0,0,"target.z","f   ",},
     118{"ts",0,0,"target shape","s 0 -1 0",},
     119{"p",0,0,"perspective","f 0.1 10.0 1.0",},
     120{"s",0,0,"scale","f 0.1 100.0 1.0",},
     121{"h",0,0,"show hidden lines","d 0 1 0",},
     122{"o",0,0,"output lines count (each line needs four channels)","d 0 99 0",},
     123{"d",0,0,"debug","d 0 1 0",},
     124 
     125{0,0,0,},};
     126addClass(new NeuroClass(NI_VectorEye_tab,"Refer to publications to learn more about this neuron.",1,1,1, VectorEye_xy,0,0));
     127
     128     
     129static ParamEntry NI_VisualMotorNeuron_tab[]={
     130{"Visual-Motor Cortex [EXPERIMENTAL!]",1, 3 ,"VMotor",},
     131{"noIF",0,0,"number of basic features","d   ",},
     132{"noDim",0,0,"number of degrees of freedom","d   ",},
     133{"params",0,0,"parameters","s   ",},
     134 
     135{0,0,0,},};
     136addClass(new NeuroClass(NI_VisualMotorNeuron_tab,"Must be connected to the VEye and properly set up. Refer to publications to learn more about this neuron.",-1,1,0, 0,0));
     137
    110138     
    111139static ParamEntry NI_Sticky_tab[]={
     
    182210{0,0,0,},};
    183211addClass(new NeuroClass(NI_Sinus_tab,"Output frequency = f0+input",1,1,0, Sinus_xy,0,0));
     212
Note: See TracChangeset for help on using the changeset viewer.