Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mrdoob/three.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e0a31ea77c0242ae29ef6e951fa588216e1d247f
Choose a base ref
...
head repository: mrdoob/three.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b6cb074807e067009048b31227f20a4f24c13072
Choose a head ref

Commits on Feb 21, 2019

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    69bf067 View commit details
  2. Copy the full SHA
    2321a4b View commit details
  3. AnimationUtils: Clean up.

    donmccurdy committed Feb 21, 2019
    Copy the full SHA
    9e3e084 View commit details

Commits on Jun 4, 2019

  1. OrbitControls: get keydown events from scope.domElement

    Binding to window has issue that keys events are received
    even when not meant for OrbitControls. It also means arrow
    keys can be blocked since when an arrow key is pressed
    the OrbitControls call event.preventDefault so that the
    page does not scroll.
    
    Binding to scope.domElement is either the document if no
    element is passed in (in which case the same issue as mentioned
    above exists) but if you pass in an element like the canvas
    itself then you can receive keyboard events on other elements
    providing a workaround when needed to the issue mentioned
    above.
    greggman committed Jun 4, 2019
    Copy the full SHA
    fbf8834 View commit details

Commits on Jul 26, 2019

  1. Copy the full SHA
    1d9f7f1 View commit details

Commits on Jul 27, 2019

  1. Docs: Object3D updateMatrix

    sciecode committed Jul 27, 2019
    Copy the full SHA
    5ba2ebd View commit details

Commits on Aug 28, 2019

  1. Copy the full SHA
    21949b9 View commit details

Commits on Aug 31, 2019

  1. Merge pull request #13 from mrdoob/dev

    Merge from upstream.
    gogoend authored Aug 31, 2019
    Copy the full SHA
    6cfccee View commit details

Commits on Sep 4, 2019

  1. Update JSM module

    migiyubi committed Sep 4, 2019
    Copy the full SHA
    62fef74 View commit details

Commits on Sep 7, 2019

  1. Copy the full SHA
    de6472a View commit details

Commits on Sep 16, 2019

  1. Copy the full SHA
    8824547 View commit details
  2. Docs: Clean up

    Mugen87 committed Sep 16, 2019
    Copy the full SHA
    3d3ec31 View commit details

Commits on Sep 17, 2019

  1. Copy the full SHA
    64c23b4 View commit details

Commits on Sep 22, 2019

  1. Color improvements

    * expose ColorKeywords (as Color.NAMES) to be used by external code
    * add setStyleName to set color directly by ColorKeywords name
    pauldps committed Sep 22, 2019
    Copy the full SHA
    d82d469 View commit details
  2. Copy the full SHA
    d58559d View commit details
  3. Color: fix after rebase

    pauldps committed Sep 22, 2019
    Copy the full SHA
    1aa5350 View commit details

Commits on Sep 23, 2019

  1. Copy the full SHA
    0cc7757 View commit details

Commits on Sep 27, 2019

  1. Copy the full SHA
    376987e View commit details

Commits on Sep 28, 2019

  1. Copy the full SHA
    99f73f4 View commit details

Commits on Sep 30, 2019

  1. fixed uniformsNeedUpdate for shader material

    hazed committed Sep 30, 2019
    Copy the full SHA
    19244ab View commit details
  2. Copy the full SHA
    5383432 View commit details
  3. Copy the full SHA
    eeebbaa View commit details
  4. Merge pull request #17617 from sandersn/fix-import/export-clash-in-dts

    Fix import/export clash in .d.ts files
    Mugen87 authored Sep 30, 2019
    Copy the full SHA
    70140b7 View commit details
  5. Copy the full SHA
    0f6fb41 View commit details
  6. Removed WebGL2Renderer.

    mrdoob committed Sep 30, 2019
    Copy the full SHA
    a1f7132 View commit details
  7. Copy the full SHA
    4ef5ee3 View commit details
  8. Copy the full SHA
    b2cf8b9 View commit details
  9. WebGLState: Cache isWebGL2.

    mrdoob committed Sep 30, 2019
    Copy the full SHA
    2e100a0 View commit details
  10. WebGLUtils: Cache isWebGL2.

    mrdoob committed Sep 30, 2019
    Copy the full SHA
    9d70acd View commit details
  11. WebGLTextures: Cache isWebGL2, maxTexture, maxCubemapSize, maxTexture…

    …Size and maxSamples.
    mrdoob committed Sep 30, 2019
    Copy the full SHA
    9f4fb2b View commit details

Commits on Oct 1, 2019

  1. Merge pull request #17622 from shrekshao/fix-basis-transcode-parameter

    BasisTextureLoader: Fix basisFile.transcodeImage parameters
    mrdoob authored Oct 1, 2019
    Copy the full SHA
    a6bb3be View commit details
  2. Copy the full SHA
    a417330 View commit details
  3. Copy the full SHA
    3005063 View commit details
  4. Merge pull request #17624 from JohannesDeml/typedefinition-Equirectan…

    …gularToCubeGenerator-variables
    
    Typedefinition add EquirectangularToCubeGenerator variables
    Mugen87 authored Oct 1, 2019
    Copy the full SHA
    9b36c7a View commit details
  5. Copy the full SHA
    83d6dff View commit details
  6. Copy the full SHA
    2597985 View commit details
  7. Copy the full SHA
    35ab8eb View commit details
  8. TS: Clean up.

    Mugen87 committed Oct 1, 2019
    Copy the full SHA
    8ee592f View commit details
  9. Merge pull request #14784 from pauloddr/patch-color-improvements

    Color: add .setColorName() and Color.NAMES
    Mugen87 authored Oct 1, 2019
    Copy the full SHA
    bb640b1 View commit details
  10. Merge pull request #17627 from Mugen87/dev38

    TS: Added InstancedMesh.d.ts.
    Mugen87 authored Oct 1, 2019
    Copy the full SHA
    86f14f5 View commit details
  11. Merge pull request #17373 from migiyubi/patch-svgrenderer

    SVGRenderer: Fix opacity is not applied to line
    Mugen87 authored Oct 1, 2019
    Copy the full SHA
    4f5af7f View commit details
  12. Merge pull request #17591 from amakaseev/fix-shader-material-refresh

    fix double WebGLUniforms upload for ShaderMaterial if uniformsNeedUpdate
    Mugen87 authored Oct 1, 2019
    Copy the full SHA
    685d66a View commit details
  13. Update builds.

    Mugen87 committed Oct 1, 2019
    Copy the full SHA
    1a50e61 View commit details
  14. Copy the full SHA
    741ed63 View commit details
  15. InstancedMesh: Remove .type.

    Mugen87 committed Oct 1, 2019
    Copy the full SHA
    00e1371 View commit details
  16. r110dev

    mrdoob committed Oct 1, 2019
    Copy the full SHA
    d3039e9 View commit details
  17. Copy the full SHA
    47f6b1a View commit details
  18. Updated builds.

    mrdoob committed Oct 1, 2019
    Copy the full SHA
    61d2269 View commit details
  19. Prevent overscroll

    WestLangley committed Oct 1, 2019
    Copy the full SHA
    9f0fe25 View commit details
  20. Merge pull request #17628 from Mugen87/dev38

    Documentation: Added InstancedMesh page.
    mrdoob authored Oct 1, 2019
    Copy the full SHA
    f48c42d View commit details
Showing 556 changed files with 8,797 additions and 55,824 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -11,13 +11,13 @@ Always include a code snippet, screenshots, and any relevant models or textures

Please also include a live example if possible. You can start from these templates:

* [jsfiddle](https://jsfiddle.net/yn8azeg1/) (latest release branch)
* [jsfiddle](https://jsfiddle.net/kLwhx875/) (dev branch)
* [jsfiddle](https://jsfiddle.net/hyok6tvj/) (latest release branch)
* [jsfiddle](https://jsfiddle.net/c5m1kazu/) (dev branch)

##### Three.js version

- [ ] Dev
- [ ] r109
- [ ] r110
- [ ] ...

##### Browser
Loading