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: 25d16a2c3c54befcb3916dbe756e051984c532a8
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: 1c097d9df74f2bc263006c0bd4d5d4335da126e9
Choose a head ref

Commits on Jul 23, 2018

  1. fix intersectsBox

    washstar authored Jul 23, 2018
    Copy the full SHA
    42c50f3 View commit details
  2. Merge pull request #1 from washstar/washstar-patch-1

    fix intersectsBox
    washstar authored Jul 23, 2018
    Copy the full SHA
    0b0e1fe View commit details

Commits on Jul 28, 2018

  1. fix inverse

    When the bounding box is null, do nothing
    washstar authored Jul 28, 2018
    Copy the full SHA
    659c73e View commit details
  2. fix bug: when material is undefined

    The triangle may not have the material
    washstar authored Jul 28, 2018
    Copy the full SHA
    a25321c View commit details

Commits on Jun 2, 2019

  1. Added prng() method

    WestLangley committed Jun 2, 2019
    Copy the full SHA
    d5ae07f View commit details

Commits on May 12, 2020

  1. Add tests

    gkjohnson committed May 12, 2020
    Copy the full SHA
    c2c73d1 View commit details
  2. add sort test

    gkjohnson committed May 12, 2020
    Copy the full SHA
    14cce39 View commit details
  3. Add "finish" test

    gkjohnson committed May 12, 2020
    Copy the full SHA
    921cfea View commit details

Commits on May 13, 2020

  1. Copy the full SHA
    49d611b View commit details

Commits on May 15, 2020

  1. Copy the full SHA
    c3698cb View commit details

Commits on Jun 11, 2020

  1. Copy the full SHA
    e08f8c9 View commit details
  2. code style

    sciecode committed Jun 11, 2020
    Copy the full SHA
    22990df View commit details

Commits on Jun 16, 2020

  1. Copy the full SHA
    924a6d3 View commit details
  2. 4
    Copy the full SHA
    3c934fc View commit details

Commits on Jun 17, 2020

  1. Copy the full SHA
    477c924 View commit details

Commits on Jun 18, 2020

  1. Copy the full SHA
    add8912 View commit details
  2. Copy the full SHA
    941beb6 View commit details

Commits on Jun 19, 2020

  1. Copy the full SHA
    1f3e799 View commit details

Commits on Jun 26, 2020

  1. Removed trailing comma (breaking strict es6 build)

    Here's a tiny fix that removes a trailing comma in the `transformDirection` method. While it generally isn't an issue, it would break builds where we use terser (https://github.com/terser/terser) in strict 'es6' mode. Unlikely to cause any side-effects.
    theundebruijn authored Jun 26, 2020
    Copy the full SHA
    4165bea View commit details
  2. Copy the full SHA
    f6882e7 View commit details

Commits on Jun 27, 2020

  1. Update Installation.html

    Don McCurdy authored Jun 27, 2020
    Copy the full SHA
    0e347f7 View commit details
  2. Examples: iOS webcam fix

    munrocket authored Jun 27, 2020
    Copy the full SHA
    446c731 View commit details

Commits on Jun 28, 2020

  1. Copy the full SHA
    310591d View commit details
  2. Copy the full SHA
    787ffe5 View commit details
  3. Copy the full SHA
    05a1f68 View commit details

Commits on Jun 29, 2020

  1. Copy the full SHA
    0b19f37 View commit details
  2. WebGLExtensions: Add .has( extName ) method.

    Don McCurdy committed Jun 29, 2020
    Copy the full SHA
    14ea465 View commit details
  3. Merge pull request #19751 from yushijinhun/glsl-comment

    src: add missing /* glsl */ & string template
    mrdoob authored Jun 29, 2020
    Copy the full SHA
    c599234 View commit details
  4. Merge pull request #19756 from donmccurdy/feat-webglextensions-has

    WebGLExtensions: Add .has( name ) method
    mrdoob authored Jun 29, 2020
    Copy the full SHA
    2b2c445 View commit details
  5. r119dev

    mrdoob committed Jun 29, 2020
    Copy the full SHA
    002fb49 View commit details
  6. Updated builds.

    mrdoob committed Jun 29, 2020
    Copy the full SHA
    0c11c1f View commit details
  7. Merge pull request #19750 from munrocket/patch-1

    Examples: iOS webcam fix
    mrdoob authored Jun 29, 2020
    Copy the full SHA
    c63293d View commit details

Commits on Jun 30, 2020

  1. Allow 0x000000

    WestLangley committed Jun 30, 2020
    Copy the full SHA
    20e1255 View commit details
  2. Merge pull request #19760 from WestLangley/dev_box3helper

    Box3Helper: Allow 0x000000
    mrdoob authored Jun 30, 2020
    Copy the full SHA
    6d42a71 View commit details
  3. Merge pull request #19748 from sciecode/dev-zlib

    Zlib: update external library, introduces 'Deflate'
    mrdoob authored Jun 30, 2020
    Copy the full SHA
    83f334b View commit details
  4. Merge pull request #19737 from theundebruijn/patch-1

    Removed trailing comma (breaking strict es6 build)
    mrdoob authored Jun 30, 2020
    Copy the full SHA
    bee9851 View commit details
  5. Merge pull request #19346 from gkjohnson/webglrenderlists-tests

    Add tests for WebGLRenderLists, WebGLRenderList
    mrdoob authored Jun 30, 2020
    Copy the full SHA
    deddef7 View commit details
  6. Copy the full SHA
    fc07f25 View commit details
  7. Updated builds.

    mrdoob committed Jun 30, 2020
    Copy the full SHA
    ac008dc View commit details
  8. Handle tension=0

    Fix Issue #19757
    dskeithbuck authored Jun 30, 2020
    Copy the full SHA
    3968d51 View commit details
  9. Copy the full SHA
    db243a9 View commit details
  10. Merge pull request #19765 from sciecode/dev-pmrem-alpha

    PMREMGenerator: fixes alpha component for LDR outputs
    mrdoob authored Jun 30, 2020
    Copy the full SHA
    7d496c0 View commit details
  11. Merge pull request #19762 from dskeithbuck/dskeithbuck-catmull-defaults

    CatmullRomCurve3: Ensure zero is valid argument for tension.
    mrdoob authored Jun 30, 2020
    Copy the full SHA
    370282e View commit details
  12. Updated builds.

    mrdoob committed Jun 30, 2020
    Copy the full SHA
    88976c0 View commit details
  13. Added .js extension to path of GLTFLoader.

    I got a 404 error when I ran the line as written, but the 404 error went away when I added .js.  So, should the path end in .js?  I am a new user of three.js.
    parke authored Jun 30, 2020
    Copy the full SHA
    f59d3fa View commit details
  14. Copy the full SHA
    53e95e7 View commit details
  15. Copy the full SHA
    2b624ac View commit details

Commits on Jul 1, 2020

  1. Copy the full SHA
    0c624af View commit details
  2. Editor: Add view helper.

    Mugen87 committed Jul 1, 2020
    Copy the full SHA
    a3ef488 View commit details
  3. ViewHelper: Move to sprites.

    Mugen87 committed Jul 1, 2020
    Copy the full SHA
    325b933 View commit details
Showing 1,291 changed files with 8,581 additions and 10,269 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ Please also include a live example if possible. You can start from these templat
##### Three.js version

- [ ] Dev
- [ ] r118
- [ ] r119
- [ ] ...

##### Browser
Loading