Skip to content

Pausing an animatable should pause all children#97

Open
sgrif wants to merge 1 commit intosupereggbert:masterfrom
sgrif:sg-recursive-pause
Open

Pausing an animatable should pause all children#97
sgrif wants to merge 1 commit intosupereggbert:masterfrom
sgrif:sg-recursive-pause

Conversation

@sgrif
Copy link
Copy Markdown

@sgrif sgrif commented Jan 11, 2014

I've had need to pause the animations on an entire scene. If the model
is complex, manually attempting to do this will cause about a ~1ms
difference between different bones on the model.

Having this not recurse by default can also cause unexpected behavior
when calling setPause on a scene. The scene will stop rendering, but
unpausing will cause it to jump forward to the frame it would have been
on otherwise.

I've had need to pause the animations on an entire scene. If the model
is complex, manually attempting to do this will cause about a ~1ms
difference between different bones on the model.

Having this not recurse by default can also cause unexpected behavior
when calling `setPause` on a scene. The scene will stop rendering, but
unpausing will cause it to jump forward to the frame it would have been
on otherwise.
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 this pull request may close these issues.

1 participant