Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bevyengine
GitHub Repository: bevyengine/bevy
Path: blob/main/assets/animation_graphs/Fox.animgraph.ron
6595 views
(
    graph: (
        nodes: [
            (
                node_type: Blend,
                mask: 0,
                weight: 1.0,
            ),
            (
                node_type: Blend,
                mask: 0,
                weight: 0.5,
            ),
            (
                node_type: Clip("models/animated/Fox.glb#Animation0"),
                mask: 0,
                weight: 1.0,
            ),
            (
                node_type: Clip("models/animated/Fox.glb#Animation1"),
                mask: 0,
                weight: 1.0,
            ),
            (
                node_type: Clip("models/animated/Fox.glb#Animation2"),
                mask: 0,
                weight: 1.0,
            ),
        ],
        node_holes: [],
        edge_property: directed,
        edges: [
            Some((0, 1, ())),
            Some((0, 2, ())),
            Some((1, 3, ())),
            Some((1, 4, ())),
        ],
    ),
    root: 0,
    mask_groups: {},
)