Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scale property does not work #23

Open
mlaves opened this issue Jun 24, 2017 · 1 comment
Open

Scale property does not work #23

mlaves opened this issue Jun 24, 2017 · 1 comment

Comments

@mlaves
Copy link

mlaves commented Jun 24, 2017

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

@lbossut
Copy link

lbossut commented Jun 28, 2017

I had the same problem, see the CHANGELOG, v 0.1.6, the property scale is removed.
It works with transform plugin, I just tried.

<script> (window.controller = new Leap.Controller) .use('transform', { scale: 5.0 }) .use('riggedHand') .connect() </script>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants