-ANATOMY

Z

Logo-Z-Anatomy-loupe-blanc.png
EN
EN
ES
FR
  • HOME

  • ATLAS

  • HOW TO

  • ABOUT

  • FORUM

    • Members
  • More

    Use tab to navigate through the menu items.
    To see this working, head to your live site.
    • Categories
    • All Posts
    • My Posts
    Sam Frame
    Jun 02
      ·  Edited: Jun 02

    Is there a publically accessible source repo?

    in About the anatomical content

    I would like to use the low level information for simulating human motion in MuJoCo. I was able to find the fbx files in the unity github repo but I don't understand the schema (for example, it is not clear how to interpret the low level mesh data). I wanted to see if the data is easier to understand in the main z-anatomy repo (if one is available).


    Thanks!

    3 answers2 replies
    0
    1
    Melodicpinpon
    Jun 03

    Hi @Sam Frame,


    The simplification/decimation version shared in the app is done in Unity in the importation process (from Blender to Unity).


    I guess that @Lluís Vinent could export it in a readable format but it would be faster and more logical to let you use and apply a decimation modifier on the objects that you want to use inside Blender and export them by yourself; in this way you would control the amount of decimation that you need.

    Sam Frame
    Jun 03

    Thanks for the response. I just want to clarify. I want to know if there is a github repo for the files that are used to create the blender files. I want to reorganize the data to group all the information about a joint that I need for the simulation. This data is currently spread across a few fbx files (skeleton, muscles, joints, muscular insertions).

    0
    1
    Melodicpinpon
    Jun 03  ·  Edited: Jun 04

    Well, no; quite the opposite: the 3D models are created in Blender and then imported inside Unity.


    I ignore how to extract the 3D objects from the Unity file but you can just export the elements that you need from Blender as a particular .fbx (or else).


    N.B.: the cross sections planes and some group labels usually come along, but you'll just need to delete them afterwards.

    Sam Frame
    Jun 03

    Thanks. I have code to export obj files from Blender working on meshes already. I will continue along that path.

    0
    1
    Eduardo Galeano
    Jun 06

    You do not need any code.

    In Blender, the export of .obj and .fbx are default.

    5 comments