1. 15 8月, 2016 1 次提交
  2. 14 8月, 2016 4 次提交
  3. 04 8月, 2016 1 次提交
  4. 27 7月, 2016 3 次提交
  5. 23 7月, 2016 1 次提交
  6. 22 7月, 2016 2 次提交
  7. 08 7月, 2016 1 次提交
  8. 02 7月, 2016 2 次提交
  9. 01 7月, 2016 2 次提交
  10. 18 6月, 2016 1 次提交
  11. 15 6月, 2016 4 次提交
  12. 12 6月, 2016 1 次提交
  13. 02 6月, 2016 1 次提交
  14. 01 6月, 2016 4 次提交
  15. 28 5月, 2016 1 次提交
  16. 20 5月, 2016 1 次提交
  17. 12 5月, 2016 1 次提交
  18. 01 5月, 2016 2 次提交
    • R
      Don't treat render targets like textures. (#8658) · cd5b6bdd
      Raoul v. R 提交于
      * Don't treat render targets like textures.
      
      Expect Texture instances from now on. Added backwards compatibility
      measures to ensure that render targets can still act as textures for the
      time being. A deprecation warning will be given. Resolves #8615.
      
      * Added comments to clear up RT-Cube detection.
      
      * Revised the previously added comments.
      
      * Added a TODO note.
      
      Forgot to include this one in the last commit.
      
      * Documentation: updated WebGLRenderTarget.
      
      * Docs: added more Texture info to WebGLRenderTarget.
      
      Also removed an unnecessary html line break.
      
      * Docs: added a notification to ShaderMaterial.
      
      WebGLRenderTarget and WebGLRenderTargetCube must not be used as
      uniforms. Their texture instance must be used instead.
      
      * Docs: revised a notification in ShaderMaterial.
      cd5b6bdd
    • M
      Materials: Promoted lights. · 3524fdca
      Mr.doob 提交于
      3524fdca
  19. 29 4月, 2016 1 次提交
    • T
      Shadowing / Culling · b07f8b94
      tschw 提交于
      * Removed useless and outdated ShadowMapPlugin docs.
      
      * Consistified WebGLState, added culling.
      
      * Let WebGLShadowMap set culling through WebGLState.
      
      * WebGLShadowMap: Removed redundant state setup.
      
      * WebGLRenderer: Removed needless factorization.
      
      * Removed cull state mess from WebGLShadowMap.
      
      - Instead flip .side on the depth material with the same effect.
      - See #8760.
      
      * Updated builds.
      b07f8b94
  20. 26 4月, 2016 1 次提交
  21. 19 4月, 2016 3 次提交
    • M
      adfa0d8c
    • R
      Support all Typed Array datatypes in bufferAttribute (#8618) · 26d1c780
      rchadwic 提交于
      * merge bufferAttributeTypes with dev
      
      * else if
      
      * serialize the normalized flag
      
      * update docs
      
      * remove support for DataView as BufferAttribute source. This is to specific purpose, and geometry using this will break in too many other methods
      
      * reimplement the DataView as a BufferAttribute data source
      
      * try to warn when bufferAttribute contains a DataView and cannot be read
      
      * Changed too many `warn` to `error`
      
      * Code quality update in BufferAttribute datatype selection
      
      * support load and save of normalized flag in BufferAttribute
      
      * Check for DataView attribute buffers
      
      * mend
      
      * Revert "mend"
      
      This reverts commit 1b4c87687d10fdaefd5007b98019b25d33c492e1.
      
      * try to fix after --ammend causes conflicts
      
      * working on cleaning this all up
      
      * More whitespace cleanup
      
      * more code style cleanup
      
      * strike OBE comment
      
      * more spacing cleanup
      26d1c780
    • M
      WebGLRenderer: Clean up (#8669) · 69310ccb
      Michael Herzog 提交于
      69310ccb
  22. 14 4月, 2016 1 次提交
  23. 13 4月, 2016 1 次提交
    • T
      Automated uniform.<name>.type. (#8606) · 494e016d
      tschw 提交于
      * MatrixN: Deprecated .flattenToArrayOffset.
      
      Instead .toArray consistently allows array and offset to be passed.
      
      * Updated math classes' docs .toArray / .fromArray.
      
      * Automated uniform.<name>.type.
      
      * WebGLRenderer: Added .setTexture deprecation stub.
      
      * Updated ShaderMaterial docs, uniform types.
      
      * Updated Quaternion docs .toArray / .fromArray.
      
      * Updated Quaternion docs, static .slerpFlat.
      
      * Updated math classes' docs, style consistency.
      
      * Updated ShaderMaterial docs, style consistency.
      494e016d