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

Animation inside GLB won't loop: it crashes #338

Open
federico-camonapp opened this issue Jun 4, 2020 · 0 comments
Open

Animation inside GLB won't loop: it crashes #338

federico-camonapp opened this issue Jun 4, 2020 · 0 comments

Comments

@federico-camonapp
Copy link

Environment

Please provide the following information about your environment:

  1. OS: Mac
  2. Version: 2.17
  3. Device(s): Samsung Galaxy S8

Description

When configuring a GLB to loop its internal animation. after a few loops (3 or 4), the app crashes. Same happens if instead of doing a setLoop(true) we use setListener and chain the animations. (We've tried with CesiumMan)

Reproducible Demo

Object3D object = ...;
Animation animation = object.getAnimation("animation_0");
animation.setLoop(true);
animation.play();
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

1 participant