1. 09 6月, 2017 1 次提交
  2. 16 5月, 2017 1 次提交
  3. 09 4月, 2017 2 次提交
  4. 30 3月, 2017 1 次提交
  5. 28 3月, 2017 1 次提交
  6. 21 3月, 2017 2 次提交
  7. 25 2月, 2017 1 次提交
  8. 24 2月, 2017 3 次提交
  9. 16 2月, 2017 2 次提交
  10. 15 2月, 2017 2 次提交
  11. 21 11月, 2016 1 次提交
  12. 20 11月, 2016 1 次提交
  13. 19 11月, 2016 1 次提交
  14. 09 11月, 2016 2 次提交
    • A
      renderer/webgl - removal of redundant () and simplify expressions. (#10038) · ed7a1a64
      aardgoose 提交于
      * SpritePlugin cleanup
      
      * WebGLBufferRenderer cleanup
      
      * WebGLPrograms cleanup
      
      * WebGLSHadowMap  cleanup
      
      * WebGLTextures cleanup
      ed7a1a64
    • S
      Abelnation RectAreaLight with ltc approximation (#10041) · 346f38c5
      Samuel Sylvester 提交于
      * sketch of spherical distributions with linearly transformed cosine
      
      * adding prelim example sketches for cosine dists
      
      * makeSkew method added
      
      * add polygon light sandbox example to repo for reference
      
      * formatting
      
      * notes files
      
      * adding skeleton files for area point light
      
      * debug directional light integrated into area light example page
      
      * initial AreaLightHelper functional in example
      
      * makeShape functions for Polygon and add as choices to example
      
      * annotating TODO's with name. partial work on AreaLight shader components
      
      * adding TODOs and placeholders for all places where AreaLight code needs to be added
      
      * fix typo
      
      * RectAreaLight shading works in preliminary fashion
      
      * updates to example
      
      * Preliminary RectAreaLight implementation (no shadows, no distance/decay)
      
      * Integrate RectAreaLight with MeshStandardMaterial
      
      * moving rectarealight brdf data to an example file.  rest of implementation left in place
      
      * TubeBufferGeometry: Removed invisible char (#9943)
      
      * Remove reference to THREE in IcosahedronGeometry.js (#9945)
      
      Fix broken references to THREE namespace in geometries.
      
      * Updated builds.
      
      * Updated package.json.
      
      * Resolved some issues from the first merge
      
      * Added demo from https://github.com/mrdoob/three.js/pull/9234
      Noticed that the code from @abelnation is not his latest...
      more merging to come!!!
      
      * Fixed issues from merge
      
      * Fixed issues from merge...
      webgl_lights_arealight improved
      RectAreaLightHelper update bugs fixed
      
      * Removing built js files that cause conflicts
      
      * Use FileLoader.setMimeType() from MMDLoader (#9990)
      
      * MMDPhysics improvement (#9989)
      
      * MMDPhysics improvement
      
      * Add property defined check
      
      * Shoe physic bodies in mmd example by default.
      
      * Updated builds.
      
      * Improved documentation for constants / Materials (#9993)
      
      * Improved documentation for Materials / Material (#9994)
      
      * Added defaults to docs / perspectiveCamera (#10007)
      
      * added constanst / animation (#10005)
      
      * Fixed error in <head> for Docs / AnimationAction, AnimationClip, and AnimationMixer (#10004)
      
      * Added default values for zoom, near and far properties of docs / orthographic camera (#10006)
      
      * Improved documentation for Constants / Textures (#10001)
      
      * Improved documentation for Materials / Material
      
      * Moved Texture Combine Operations to constanst / materials
      
      * updated Basic, Lambert and Phong .combine property to point to Material constant page
      
      * Improved documentation for constants / textures
      
      * Added Encoding constants to Textures constants page
      
      * Ccdik solver optimization (#10010)
      
      * Optimize CCDIKSolver
      
      * Remove lines I should have not commit
      
      * Remove lines I should have not committed
      
      * added missing toJSON method (#10020)
      
      * Added missing toJson method (#10019)
      
      * added missing toJSON method (#10018)
      
      * created documentation for VideoTexture (#10016)
      
      * Created doc for CanvasTexture (#10015)
      
      * Add CCDIKHelper (#9996)
      
      * Add CCDIKHelper
      
      * Clean up MMDPhysics.js
      
      * Fix typo
      
      * Update OBJLoader.html (#10009)
      
      Spelling correction.
      
      * Fix typo in comment (#10021)
      
      * Improved documentation for docs / Texture (#10012)
      
      * Improved documentation for docs / Texture
      
      * Removed duplicate needsUpate
      
      * Improved docs for Clock (#10008)
      
      * Created new document page Constants / Renderer (#10002)
      
      * Created constants / renderer
      
      * renamed Renderer.html to WebGLRenderer.html
      
      * Improved documentation for CompressedTexture (#10014)
      
      * AudioContext: Added getContext() and setContext().
      
      * Updated builds.
      
      * Simplified AudioContext.
      
      * Updated builds.
      
      * BufferAttribute.onUpload() clean up.
      
      * Renamed docs /constants / WebGLRenderer to Renderer (#10028)
      
      * fixes #10026 (#10027)
      
      * capture bufferAttribute.array properties at first upload (#9972)
      
      * save typed array info in attribute properties
      
      * use saved attribute properties
      
      * remove unused variable
      
      * Discard attribute typed arrays for buffered geometries that are not modified after initial rendering (#9512)
      
      * add setDiscardBuffer method to BufferGeometry
      
      * added discard support to BufferAttribute
      
      * add mechanism for discard of BufferAttribute TypedArrays
      
      * use more elegant method for creating dummy typed array.
      
      * fix typo
      
      * Update BufferGeometry.js
      
      fix brain fade
      
      * rework to use callbacks (phase 1)
      
      * rework part 2
      
      * remove build file
      
      * support setting onUploadCallback from Geometry
      
      * remove repeated calculation from renderer
      
      * remove now redundant getter
      
      * remove geoemtry interface
      
      * document discard mechanism.
      
      * merge fixes
      
      * restore return.this
      
      * drop unneeded call()
      
      * rename discard() method to disposeArray()
      
      * Improved documentation for WebGLRenderer (#10030)
      
      * added missing methods
      
      * Finished add methods
      
      * redid changed to WebGLRenderer.html
      
      * removed unused texture.sourceFile property (#10024)
      
      * glTFLoader: Removed hack. See #10024.
      
      * Updated builds.
      
      * add link to project wiki in README.md (#9987)
      
      * Added deprecated msg/fixed link (#10025)
      
      * Created documentation for DepthTexture (#10017)
      
      * Created documentation for DepthTexture
      
      * pulled upstream
      
      * added missing comma to docs/list.js
      
      * Deprecated UniformsUtils. See #8016.
      
      * Updated builds.
      
      * MeshBasicMaterial: Add support for lightMap (#9975)
      
      * Updated builds.
      346f38c5
  15. 03 11月, 2016 1 次提交
  16. 21 10月, 2016 1 次提交
  17. 15 10月, 2016 1 次提交
  18. 19 8月, 2016 1 次提交
  19. 04 8月, 2016 1 次提交
  20. 23 7月, 2016 1 次提交
  21. 22 7月, 2016 2 次提交
  22. 02 7月, 2016 1 次提交
  23. 01 5月, 2016 1 次提交
    • 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
  24. 17 4月, 2016 1 次提交
  25. 12 4月, 2016 1 次提交
  26. 09 4月, 2016 1 次提交
    • B
      DepthFormat + DepthPacking on MeshDepthMaterial (#8573) · 148c47bc
      Ben Houston (Clara.io) 提交于
      * add ability to specify on MeshDepthMaterial the type of depth packing one wants.
      
      * depthRGBA -> clipZRGBA - more correct name.
      
      * forgotten replace of depthRGBA -> clipZRGBA.
      
      * add MeshDepthMaterial depthFormat + depthPacking.  Use equations compatible with z buffers.
      
      * adopting MeshDepthMaterial instead of clipZRGBA.
      
      * remove clipZRGBA shader (aka depthRGBA shader) as we can now use MeshDepthMaterial for it.
      
      * remove some comments.
      
      * enable skinning in MeshDepthMaterial, as it was enabled in depthRGBA material.
      
      * remove unused shader.
      
      * fix bug.
      
      * fix bug in shadows with MEshDepthMaterial.
      
      * remove unnecessary debug code.
      
      * ensure that skinning and morphTargets propagate with MeshDepthMaterial.
      
      * fix ssao example to use new MeshDepthMaterial.
      
      * remove unused code.
      148c47bc
  27. 07 4月, 2016 1 次提交
    • 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
  28. 06 4月, 2016 1 次提交
  29. 18 3月, 2016 1 次提交
  30. 17 3月, 2016 3 次提交