1. 01 12月, 2016 2 次提交
  2. 14 11月, 2016 7 次提交
  3. 08 11月, 2016 2 次提交
  4. 30 10月, 2016 1 次提交
    • A
      Docs spherical (#9971) · d82fcacc
      aardgoose 提交于
      * initial spherical docs
      
      * Add the new page
      
      * add Vector3.setFromSpherical docs
      
      * adjust language and formatting
      d82fcacc
  5. 24 10月, 2016 1 次提交
  6. 19 10月, 2016 1 次提交
    • A
      Doc maths (#9884) · 22fe9657
      aardgoose 提交于
      * Vector3.setFromMatrixColumn parameters reordered
      
      * add Matrix[3|4].fromArray offset parameter
      
      * document missing Box3.intersects* methods
      
      * add missing Plane.intersects* methods
      
      * add missing Sphere.intersects* methods
      
      * document Color,setScalar method
      
      * revise text
      
      * add missing Vector*.setScalar methods
      22fe9657
  7. 26 9月, 2016 1 次提交
    • K
      adding the lerp to Math class #9728 (#9767) · aa3df26a
      koolkap 提交于
      * adding the lerp to Math class #9728
      
      Adding the precise  interpolation from point x to y using factor t.
      
      * Adding the documentation for Lerp function
      
      Adding the lerp in doc support
      aa3df26a
  8. 27 7月, 2016 2 次提交
  9. 04 7月, 2016 1 次提交
  10. 02 7月, 2016 1 次提交
  11. 01 7月, 2016 1 次提交
  12. 24 6月, 2016 1 次提交
  13. 21 6月, 2016 1 次提交
  14. 17 6月, 2016 1 次提交
    • Z
      Color sub (#9134) · 77637ae9
      Zhongrui Li 提交于
      * add Color.sub()
      
      * add tab
      
      * if result is negative set to 0
      
      * revise doc of color.sub()
      77637ae9
  15. 26 5月, 2016 1 次提交
  16. 19 5月, 2016 1 次提交
  17. 03 5月, 2016 1 次提交
  18. 28 4月, 2016 1 次提交
    • G
      Remove arguments to allow optimalisations · bc6bc544
      gero3 提交于
      * Remove arguments to allow optimalisations
      
      * Change constructor based on @mrdoob's argument
      
      * Fix issue with renaming of argument
      
      * convert space to tabs
      
      * cleanup docs
      
      * don't forget the linefeed in docs
      
      * docs cleanup
      
      * Update Color.html
      bc6bc544
  19. 15 4月, 2016 1 次提交
  20. 13 4月, 2016 2 次提交
    • T
      Documented Box3.applyMatrix4 doesn't work on empty boxes. (#8621) · a8b443a9
      tschw 提交于
      * Documented Box3.applyMatrix4 doesn't work on empty boxes.
      
      - See #8620
      
      * Updated math Box classes' docs, style consistency.
      a8b443a9
    • 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
  21. 09 4月, 2016 1 次提交
  22. 07 4月, 2016 2 次提交
    • A
      add method docs · 3cfd6e80
      aardgoose 提交于
      intersectsBox method not documented.
      3cfd6e80
    • T
      Clipping planes · c4684612
      tschw 提交于
      * Implemented user-defined clipping planes.
      
      * Renderer: Minor documentation update.
      
      * Implements object-level clipping.
      
      * Renderer: Minor cosmetic changes.
      
      * Fixed lethal typo in normal shader.
      
      * Let shadows respect .side of object's material.
      
      * Fixed Plane.applyMatrix4.
      
      - Scale denormalized but did not scale the position
      - Projection is not supported (solved by documentation)
      - Removed unnecessary copying to make up for the normalization
      - Still arguably too heavy
      
      * Added custom clipping example.
      
      * Clipping: Fixed transition to disabled state.
      
      * Improved custom clipping example.
      
      - GUI dependency of volume visualization on Enabled state
      - Larger radius for cylindrical global clipping area
      
      * No .matrixAutoUpdate = false in clipping example.
      
      * Let ShadowMap check renderer.localClippingEnabled.
      
      * Added a simplified clipping example.
      c4684612
  23. 02 4月, 2016 2 次提交
  24. 16 3月, 2016 1 次提交
  25. 28 1月, 2016 2 次提交
  26. 15 1月, 2016 1 次提交
  27. 17 11月, 2015 1 次提交