-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance configuration files with physical parameters specific to full/half resolution worm #128
Comments
Doing this will not be a piece of cake because of the following: |
Also I suppose that it will be nice to add to this config the possibility to define colors of the main elements of the scene - background, liquid, elastic matter, worm body, elastic matter particles which contacted worm body (which show worm's trace on agar), maybe something else. |
Current version of worm_alone_half_resolution scene configuration file starts with the following data block:
To include (bio)physical parameters into the same file with scene configuration (to avoid situations of running a scene with one resolution and physical parameters - from another), we need to define some format of data block containing these parameters. I suppose to insert it into the very beginning of the scene configuration file (something like this):
|
Currently there are a number of physical properties within the Sibernetic code which are tuned for the full or half resolution (development branch is set for half resolution...) versions of the model.
It would be better if these could be set when loading in the configuration files (e.g. full res, half res).
It would be great also if this file could contain comments on what the values were, e.g.
The text was updated successfully, but these errors were encountered: