away3d / away3d-core-fp11

Away3D engine for Flash Player 11
http://www.away3d.com
Other
639 stars 273 forks source link

Some performance improvements #682

Open zhl006006 opened 10 years ago

zhl006006 commented 10 years ago

Change of a local variable in a method is called frequently statement to class variable declarations, improved performance, stable memory usage.