Freedom-of-Form-Foundation / anatomy3d

A CAD tool for humanoid anatomy alterations. See the anatomy3d-blender repository for more recent work.
https://freedomofform.org/1856/3d-anatomy-project-scope-phase-1-focus-on-a-limb-joint/
GNU General Public License v2.0
7 stars 5 forks source link

Morphological sliders #14

Open SiberDrac opened 3 years ago

SiberDrac commented 3 years ago

Determine a minimal set of dimensions a given bone (here, humerus) should have available as sliders a user could adjust, e.g. length, girth, curvature, etc.

AdamNorberg commented 3 years ago

Building on top of this - something I've been thinking about is that at some point we'll need to make sure models users create can be packed into files, which means planning how to represent them on disk. The numbers mentioned here are probably the data to save.

Lathreas commented 3 years ago

@AdamNorberg Indeed! We are currently thinking of using JSON to store the data, since it's a nice and standard all-round format that should work well for our use-case. The exact layout of it should still be finalized, though. Let me turn it into a separate issue so any comments on the save file format can be put there!