• O
    Replace uniform.skipUpdate with uniform.needsUpdate · a9a3e317
    Olli Etuaho 提交于
    This is consistent with usage of needsUpdate throughout the rest of the
    code. The property is not added to all uniforms for now, so the check
    needs to be needsUpdate === false rather than just ! needsUpdate.
    a9a3e317
WebGLRenderer.js 145.6 KB