You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hard core optimized techniques used to optimize the 40k cube animation sand. SIMD, Hot/Cold data Structures, Return value Optimizations and implicit conversions used. Matrices Translate, Rotate, Scale operations are cut down vastly using quantitative analysis. Check out the draw() method particleemitter.cpp in both RAW and Optimized flolders. Fo…