Skip to content

Instantly share code, notes, and snippets.

@NickWarm
Last active November 2, 2016 02:12
Show Gist options
  • Save NickWarm/98fe235bbf56604f8cab to your computer and use it in GitHub Desktop.
Save NickWarm/98fe235bbf56604f8cab to your computer and use it in GitHub Desktop.
first test Gist
var bodyAnims = new THREEx.MinecraftCharBodyAnimations(character);
updateFcts.push(function(delta, now){
bodyAnims.update(delta, now)
})
var switchBodyValue = function(value){
bodyAnims.start(value)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment