Skip to content

Feature Request (Optional ) - GLTF/GLB combining model animations #23

@ronjunevaldoz

Description

@ronjunevaldoz

This can be optional feature, we know that we can have all animations in a single gltf/glb file. I know this is overkill but incase we want to merge animations from different file with same model without modifying it in Blender

I'm thinking of merging the models animations in preload of gltf models.

loadGltfModel("path/to/model-walk.glb", "path/to/model-idle.glb", "path/to/model-run.glb", modelCfg)

Then we can now enable animations like this

// walk = 0, idle =1, run = 2
model.enableAnimation("walk") // idle, run, atck

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions