• A
    Added billboard particles (semi-opaque depth sorted). · 8227d9f1
    alteredq 提交于
    Work in progress, caveats:
    
    - sort happens just inside one ParticleSystems, so everything gets messed up when more ParticleSystems are in the same screen space
    - not yet solved proper order of operations, if you change object transform, you need to update ParticleSystem object matrix manually before rendering (so that sort works, otherwise it will use transform from previous frame)
    
    Also fixed transparency in fog and did small optimizations in WebGLRenderer.
    8227d9f1
Material.js 212 字节