From CloudModding OoT Wiki
Original file(868 × 800 pixels, file size: 24 KB, MIME type: image/png)

Summary

Original .gv (Graphviz) file used to generate this image:

digraph {
  graph [compound=true]; //required for lhead/ltail to work (for connecting edges to subgraphs)
  node [shape="box" color="green"];
  edge [color=blue];

  subgraph cluster_cmb { label="CMB chunk"
    subgraph cluster_skl { label="SKL chunk"
      Bones [color="red"];
    }

    subgraph cluster_mats { label="MATS chunk"
      subgraph cluster_materials { label="Materials" color="green"
        MatTextures;
      }
    }

    subgraph cluster_tex { label="TEX chunk"
      Textures;
      MatTextures -> Textures;
    }

    subgraph cluster_sklm { label="SKLM chunk"
      subgraph cluster_mshs { label="MSHS chunk"
        Meshes;
        Meshes -> MatTextures [lhead=cluster_materials];
      }
      subgraph cluster_shp { label="SHP chunk"
        subgraph cluster_sepd { label="SEPD chunks"
          subgraph cluster_prms { label="PRMS chunks"
            "bone indices" [color="red"];
            "bone indices" -> Bones [color="red"];
            "PRM chunk" [color=""];
          }

          VertexList [label=<<TABLE COLOR="white" CELLPADDING="0" CELLSPACING="1">
            <TR><TD>VertexList<i><br/>vertices<br/>normals<br/>colors<br/>texcoords</i></TD></TR>
            <TR><TD COLOR="red" PORT="boneidxlookup"><i>bone index lookups</i></TD></TR>
            <TR><TD><i>bone weights</i></TD></TR>
            </TABLE>>];
          Meshes -> VertexList [lhead=cluster_sepd];
          VertexList:boneidxlookup -> "bone indices":e [color="red" constraint="false"];
        }
      }
    }

    "LUTS chunk" [color=""];

    subgraph cluster_vatr { label="VATR chunk"
      VertexListData [label=<VertexListData<br/><i>vertices' data<br/>normals' data<br/>colors' data<br/>texcoords' data<br/>bone index lookups' data<br/>bone weights'data</i>>];
      VertexList -> VertexListData;
    }

    "Vertex indices' data";
    "PRM chunk" -> "Vertex indices' data";
    "Vertex indices' data" -> VertexList;

    "Texture data";
    Textures -> "Texture data";
  }
}

Licensing

Template:Self

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current21:33, 24 March 2018Thumbnail for version as of 21:33, 24 March 2018868 × 800 (24 KB)BoringPerson (talk | contribs)misplaced apostrophe
09:26, 31 December 2017Thumbnail for version as of 09:26, 31 December 2017868 × 800 (69 KB)BoringPerson (talk | contribs)corrections
01:06, 31 December 2017Thumbnail for version as of 01:06, 31 December 2017690 × 836 (65 KB)BoringPerson (talk | contribs)User created page with UploadWizard
  • You cannot overwrite this file.

The following page links to this file: