• Adam Barth's avatar
    Remove clients of getTotalMatrix (#4487) · afe3158d
    Adam Barth authored
    Instead of using getTotalMatrix and setMatrix, we can just use
    save/restore, which is more idiomatic.
    
    The getTotalMatrix/setMatrix pattern was introduced to improve
    performance, but the original code was calling getTotalMatrix/setMatrix
    at every node in the sprite tree, which is much slower than the normal
    save/transform/restore pattern.
    
    Related to #4254
    afe3158d
Name
Last commit
Last update
..
animation Loading commit data...
cassowary Loading commit data...
engine Loading commit data...
examples Loading commit data...
foundation Loading commit data...
gestures Loading commit data...
harness Loading commit data...
material Loading commit data...
painting Loading commit data...
physics Loading commit data...
rendering Loading commit data...
scheduler Loading commit data...
services Loading commit data...
widget Loading commit data...