We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
repo site : https://github.com/moushicheng/live-waifu/tree/main/packages/live2d-electron
i print model.internalModel.coreModel
const model = await Live2DModel.from(model_path, { // autoInteract: false, // focus on pointer & response to tapping }); console.log(model.internalModel.coreModel);
At Beginning, i just use 'setParameterValueById' to make model mouth "move",But my model seems to behave differently with #4
os : mac m2
dev:
<script defer src="https://cubism.live2d.com/sdk-web/cubismcore/live2dcubismcore.min.js" ></script> <script defer src="https://cdn.jsdelivr.net/gh/dylanNew/live2d/webgl/Live2D/lib/live2d.min.js" ></script> "pixi-live2d-display": "^0.4.0", "pixi.js": "^6.5.2"
The text was updated successfully, but these errors were encountered:
model.internalModel.coreModel.setParameterValueById("ParamMouthOpenY", value, 1);
Sorry, something went wrong.
your file type maybe .moc3. but moc file doesn't have setParameterValueById function。so what is the function in .moc file。
No branches or pull requests
repo site : https://github.com/moushicheng/live-waifu/tree/main/packages/live2d-electron
i print model.internalModel.coreModel
At Beginning, i just use 'setParameterValueById' to make model mouth "move",But my model seems to behave differently with #4
Env
os : mac m2
dev:
The text was updated successfully, but these errors were encountered: