Ignore:
Timestamp:
03/15/18 22:53:35 (6 years ago)
Author:
Maciej Komosinski
Message:

f1 and f4 stick properties unified and moved to a separate structure and file (geneprops.cpp/h)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/f1/conv_f1.h

    r732 r759  
    88#include <frams/genetics/genoconv.h>
    99#include <frams/model/model.h>
    10 
    11 struct F1Props
    12 {
    13         double length, curvedness, weight, friction, muscle_power, assimilation, stamina, ingestion, twist, energy;
    14         double muscle_bend_range;
    15         bool muscle_reset_range;
    16         double visual_size, cred, cgreen, cblue;
    17         void normalizeBiol4();
    18 };
    1910
    2011/**
Note: See TracChangeset for help on using the changeset viewer.