Ignore:
Timestamp:
05/28/20 18:00:45 (4 years ago)
Author:
Maciej Komosinski
Message:

Neuron classes now have a property (a bit field) that says whether each neuron class supports model shape BALL_AND_STICK, SOLIDS, or both

File:
1 edited

Legend:

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

    r920 r932  
    158158
    159159NEUROCLASS(BendMuscle,|,Bend muscle,,1,0,2)
     160SHAPETYPE(BallAndStickShapeType)
    160161VISUALHINTS(DontShowClass+EffectorClass+V1BendMuscle+AtFirstPart)
    161162SYMBOL(`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')
     
    165166
    166167NEUROCLASS(RotMuscle,@,Rotation muscle,,1,0,2)
     168SHAPETYPE(BallAndStickShapeType)
    167169VISUALHINTS(DontShowClass+EffectorClass+V1RotMuscle+AtFirstPart)
    168170SYMBOL(`5,5,25,40,35,40,45,50,35,60,25,60,25,40,4,65,85,65,50,75,50,75,85,65,85,1,69,10,77,17,10,59,15,57,17,57,22,60,26,69,27,78,26,82,21,82,16,79,12,69,10,80,6,3,65,50,65,20,75,20,75,50')
     
    171173
    172174NEUROCLASS(SolidMuscle,M,Muscle,,1,0,2)
     175SHAPETYPE(SolidsShapeType)
    173176VISUALHINTS(EffectorClass+AtFirstPart+SolidMuscleFlag)
    174177SYMBOL(`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')
     
    209212
    210213NEUROCLASS(Sticky,Sti,Sticky [EXPERIMENTAL!],,1,0,1)
     214SHAPETYPE(BallAndStickShapeType)
    211215VISUALHINTS(EffectorClass)
    212216ENDNEUROCLASS
    213217
    214218NEUROCLASS(LinearMuscle,LMu,Linear muscle [EXPERIMENTAL!],,1,0,2)
     219SHAPETYPE(BallAndStickShapeType)
    215220VISUALHINTS(EffectorClass+LinearMuscleFlag)
    216221NEUROPROP(p,0,0,power,f,0.01,1.0,1.0,power)
Note: See TracChangeset for help on using the changeset viewer.