├── LICENSE ├── README.md ├── assets ├── default_character.glb └── vegeta_char.glb └── index.html /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gemsjohn/simple-threejs-animation-mixer-demo/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gemsjohn/simple-threejs-animation-mixer-demo/HEAD/README.md -------------------------------------------------------------------------------- /assets/default_character.glb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gemsjohn/simple-threejs-animation-mixer-demo/HEAD/assets/default_character.glb -------------------------------------------------------------------------------- /assets/vegeta_char.glb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gemsjohn/simple-threejs-animation-mixer-demo/HEAD/assets/vegeta_char.glb -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gemsjohn/simple-threejs-animation-mixer-demo/HEAD/index.html --------------------------------------------------------------------------------