Changeset 125 for cpp/frams/genetics/f9/conv_f9.h
- Timestamp:
- 02/10/14 17:13:09 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/f9/conv_f9.h
r120 r125 43 43 int addNewVertex(Model &m,vector<XYZ_LOC> &punkty,const XYZ_LOC &nowypunkt); 44 44 void setColors(Model &m); //sets fixed (independent from genes) colors and widths on a model, purely for aesthetic purposes 45 void perturbPartLocations(Model &m); //deterministic "body noise" 45 void perturbPartLocations(Model &m); //deterministic "body noise", see APPLY_DETERMINISTIC_BODY_NOISE 46 46 }; 47 47
Note: See TracChangeset
for help on using the changeset viewer.