I'm trying to scale the rigged hand using following code:
<script>
(window.controller = new Leap.Controller)
.use('riggedHand', {
scale: 5.0
})
.connect()
</script>
Hand shows and works correctly, but scaling doesn't change anything. I'm using three.js r70, leap 0.6.4, leap-plugins 0.1.10 and leap.rigged-hand 0.1.7