Update to Cubism 4 SDK for Web R2

This commit is contained in:
wada
2021-03-09 10:36:29 +09:00
parent c80e158a66
commit 4b2130bca9
3 changed files with 12 additions and 9 deletions

View File

@ -26,7 +26,7 @@ export class CubismModelMatrix extends CubismMatrix44 {
this._width = w !== undefined ? w : 0.0;
this._height = h !== undefined ? h : 0.0;
this.setHeight(1.0);
this.setHeight(2.0);
}
/**