• A
    Fixed particles sorting issues. · 4df44908
    alteredq 提交于
    Issue 1: when having multiple ParticleSystems, starting since second one particles got sorted according to wrong matrix (it was cumulating all transforms).
    Issue 2: particle sorting was using camera transform from the previous frame.
    
    This commit is scary, lot of potential for something getting messed up in a subtle way.
    4df44908
WebGLRenderer.js 142.4 KB