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: 53d3cd4b42998db9290977f385d7df29b598a3fd
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: 116c18d687627e4ab6352e2742029e0e944f76ca
Choose a head ref

Commits on Feb 25, 2018

  1. Copy the full SHA
    9b71b63 View commit details

Commits on Jan 16, 2019

  1. Added PCFSoftShadowMapFast for better looking shadows on low powered …

    …devices
    ivojager committed Jan 16, 2019
    Copy the full SHA
    8dbd7ba View commit details

Commits on Jan 18, 2019

  1. Copy the full SHA
    4869b16 View commit details

Commits on Mar 31, 2019

  1. Copy the full SHA
    06cc925 View commit details
  2. update error message

    looeee committed Mar 31, 2019
    Copy the full SHA
    b2d8566 View commit details
  3. fix setColor

    PrincessGod committed Mar 31, 2019
    Copy the full SHA
    ba4695f View commit details

Commits on Apr 1, 2019

  1. remove author line

    looeee committed Apr 1, 2019
    Copy the full SHA
    274503f View commit details

Commits on Apr 3, 2019

  1. remove Geometry warning

    looeee committed Apr 3, 2019
    Copy the full SHA
    6f82a77 View commit details

Commits on Apr 9, 2019

  1. Add .autoUpdate to LOD

    takahirox committed Apr 9, 2019
    Copy the full SHA
    9c0b8a5 View commit details
  2. Update webgl_lod example

    takahirox committed Apr 9, 2019
    Copy the full SHA
    3d06bc0 View commit details

Commits on Apr 10, 2019

  1. Update LOD documents

    takahirox committed Apr 10, 2019
    Copy the full SHA
    d139bb9 View commit details

Commits on Apr 25, 2019

  1. Update LOD documents

    takahirox committed Apr 25, 2019
    Copy the full SHA
    7e3c98a View commit details

Commits on May 1, 2019

  1. Copy the full SHA
    5cd8fe0 View commit details

Commits on May 2, 2019

  1. Copy the full SHA
    42cf8a3 View commit details

Commits on May 13, 2019

  1. Copy the full SHA
    2fda472 View commit details

Commits on May 14, 2019

  1. Clean up

    WestLangley committed May 14, 2019
    Copy the full SHA
    c572f96 View commit details

Commits on May 18, 2019

  1. Merge pull request #13 from mrdoob/dev

    Update
    Temdog007 authored May 18, 2019
    Copy the full SHA
    97f9e50 View commit details

Commits on May 23, 2019

  1. Merge pull request #14 from mrdoob/dev

    Update
    Temdog007 authored May 23, 2019
    Copy the full SHA
    7d38aec View commit details
  2. Copy the full SHA
    5c97a30 View commit details
  3. add new WebGL enum

    aardgoose committed May 23, 2019
    Copy the full SHA
    1a995d7 View commit details

Commits on May 25, 2019

  1. remove redundant param

    aardgoose committed May 25, 2019
    Copy the full SHA
    de46d25 View commit details

Commits on May 28, 2019

  1. use new hash value

    aardgoose committed May 28, 2019
    Copy the full SHA
    d1e8efa View commit details
  2. missed fix

    aardgoose committed May 28, 2019
    Copy the full SHA
    16cf728 View commit details
  3. fix lint error

    aardgoose committed May 28, 2019
    Copy the full SHA
    75435b9 View commit details
  4. change value -> version

    aardgoose committed May 28, 2019
    Copy the full SHA
    03ff881 View commit details

Commits on May 29, 2019

  1. Copy the full SHA
    1a51ade View commit details
  2. Changing the example GLTFLoader to honour the crossOrigin option by

    setting withCredentials on FileLoader to true when crossOrigin is
    specified as 'use-credentials'.
    Mathew Schofield committed May 29, 2019
    Copy the full SHA
    f37df99 View commit details
  3. mereg

    aardgoose committed May 29, 2019
    Copy the full SHA
    b5eacca View commit details
  4. Copy the full SHA
    e39508d View commit details
  5. Copy the full SHA
    cdec8d2 View commit details
  6. minor optimisations

    aardgoose committed May 29, 2019
    Copy the full SHA
    c5e7bc7 View commit details
  7. lint fix

    aardgoose committed May 29, 2019
    Copy the full SHA
    e6d4e12 View commit details

Commits on May 30, 2019

  1. GLTFLoader: Fix U8/U16 skinning weights

    Before this change, U8/U16 skinning weights didn't work - we attempted
    to normalize the skinning weights, but normalizeSkinWeights doesn't work
    for normalized integer data; it would divide weights by 255/65535 which
    would usually result in weights equal to 0.
    
    It's not *actually* necessary to normalize weights except to handle some
    models that violate the spec (that says that weights need to add up to
    1). For this reason it seems fair to limit the scope of the
    normalization to just unnormalized inputs.
    zeux committed May 30, 2019
    Copy the full SHA
    44c2100 View commit details
  2. remove need for state.id

    aardgoose committed May 30, 2019
    Copy the full SHA
    c5024cd View commit details
  3. Copy the full SHA
    87245cb View commit details
  4. lint fix

    aardgoose committed May 30, 2019
    Copy the full SHA
    0d83e1a View commit details
  5. 2
    Copy the full SHA
    edd350f View commit details
  6. Editor: Updated sw.js

    mrdoob committed May 30, 2019
    Copy the full SHA
    0bcd79d View commit details
  7. Copy the full SHA
    75a26d7 View commit details
  8. Merge pull request #16620 from Mugen87/dev32

    Examples: Added module version of stats.js.
    mrdoob authored May 30, 2019
    Copy the full SHA
    0cf46fb View commit details
  9. Copy the full SHA
    b0b4059 View commit details
  10. Merge pull request #16621 from mrdoob/sfpro-to-inter

    Docs: Switched font from SF Pro to Inter
    mrdoob authored May 30, 2019
    Copy the full SHA
    b1dec43 View commit details
  11. Docs: Fixed indents.

    mrdoob committed May 30, 2019
    Copy the full SHA
    4627231 View commit details
  12. Merge pull request #16611 from zeux/dev

    GLTFLoader: Fix U8/U16 skinning weights
    mrdoob authored May 30, 2019
    Copy the full SHA
    5fb22e4 View commit details
  13. Docs: Reapplied #16530

    Mamboleoo authored and mrdoob committed May 30, 2019
    Copy the full SHA
    0543ad6 View commit details
  14. Merge pull request #16598 from yomboprime/ldraw_parse

    LDrawLoader: Let use parse()
    mrdoob authored May 30, 2019
    Copy the full SHA
    1d679a1 View commit details
  15. Copy the full SHA
    09333df View commit details

Commits on May 31, 2019

  1. Copy the full SHA
    6be83c7 View commit details
  2. JSM: Rebuild files

    Mugen87 committed May 31, 2019
    Copy the full SHA
    0544f22 View commit details
  3. Copy the full SHA
    b5959bf View commit details
Showing 998 changed files with 102,775 additions and 50,582 deletions.
1 change: 0 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -9,7 +9,6 @@ insert_final_newline = true
[*.{js,ts,html}]
charset = utf-8
indent_style = tab
indent_size = 2

[*.{js,ts}]
trim_trailing_whitespace = true
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ Please also include a live example if possible. You can start from these templat
##### Three.js version

- [ ] Dev
- [ ] r105
- [ ] r106
- [ ] ...

##### Browser
Loading