Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[VRMA] humanoid, expression, lookat の何れかひとつが入っていればいいことにしたい #438

Open
ousttrue opened this issue Apr 7, 2023 · 1 comment
Assignees
Labels
Animation VRMC_vrm_animation

Comments

@ousttrue
Copy link
Contributor

ousttrue commented Apr 7, 2023

https://github.com/vrm-c/vrm-specification/blob/master/specification/VRMC_vrm_animation-1.0/schema/VRMC_vrm_animation.schema.json#L24

たとえば Expression だけを格納している(リップシンクなど)場合に、humanoid T-Pose を省略してもよさそうです。

@ousttrue ousttrue added the Animation VRMC_vrm_animation label Apr 7, 2023
@ousttrue
Copy link
Contributor Author

ousttrue commented Apr 7, 2023

oneOf で表現できるぽい?

    "oneOf": [
        {
            "required": [
                "humanoid"
            ]
        },
        {
            "required": [
                "expression"
            ]
        },
        {
            "required": [
                "lookAt"
            ]
        },
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Animation VRMC_vrm_animation
Projects
None yet
Development

No branches or pull requests

2 participants