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

Camera zoom animation causes flickering when combined with other animations #87

Closed
rdeits opened this issue Aug 3, 2021 · 1 comment · Fixed by #95
Closed

Camera zoom animation causes flickering when combined with other animations #87

rdeits opened this issue Aug 3, 2021 · 1 comment · Fixed by #95

Comments

@rdeits
Copy link
Collaborator

rdeits commented Aug 3, 2021

animations: [{
            path: "/meshcat/boxes",
            clip: {
                fps: 30,
                name: "default",
                tracks: [{
                    name: ".position",
                    type: "vector3",
                    keys: [{
                        time: 0,
                        value: [0, 1, 0]
                    },{
                        time: 80,
                        value: [0, -1, 0]
                    }]
                }]
            }
        },{
            path: "/Cameras/default/rotated/<object>",
            clip: {
                fps: 30,
                name: "default",
                tracks: [{
                    name: ".zoom",
                    type: "number",
                    keys: [{
                        time: 0,
                        value: 1
                    },{
                        time: 80,
                        value: 0.5
                    }]
                }]
            }
        }],
@rdeits
Copy link
Collaborator Author

rdeits commented Aug 3, 2021

This first appeared when updating three.js to 0.129

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

Successfully merging a pull request may close this issue.

1 participant