js/mmd/FaceMotion.js
- 'use strict'
-
- /**
- * FaceMotion class
- * @access public
- */
- export default class FaceMotion {
- /**
- * constructor
- * @access public
- * @constructor
- */
- constructor() {
- this.frameNo = -1
- this.factor = 0.0
- }
- }
-