Skip to content
Snippets Groups Projects
Commit ade5e4d4 authored by Alexander Rose's avatar Alexander Rose
Browse files

re-allow interaction during trackball animation

- was disallowed as a stop-gap measure
- ok after improving temporal multi sampling
parent b9423f70
Branches
No related tags found
No related merge requests found
......@@ -444,7 +444,7 @@ namespace Canvas3D {
}
draw();
if (!camera.transition.inTransition && !controls.isAnimating && !webgl.isContextLost) {
if (!camera.transition.inTransition && !webgl.isContextLost) {
interactionHelper.tick(currentTime);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment