-
-
Notifications
You must be signed in to change notification settings - Fork 35.6k
Comparing changes
Open a pull request
base repository: mrdoob/three.js
base: 4b186eb630834c288ee2ff73f57e41bbdf5536c4
head repository: mrdoob/three.js
compare: b11f897812a8a48bcd81e9bd46785d07939ec59e
Commits on Jan 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7ffc374 - Browse repository at this point
Copy the full SHA 7ffc374View commit details
Commits on Jan 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6f47e8f - Browse repository at this point
Copy the full SHA 6f47e8fView commit details
Commits on Jan 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d76778e - Browse repository at this point
Copy the full SHA d76778eView commit details
Commits on Jan 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9d19bd9 - Browse repository at this point
Copy the full SHA 9d19bd9View commit details
Commits on Jan 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e119831 - Browse repository at this point
Copy the full SHA e119831View commit details -
Configuration menu - View commit details
-
Copy full SHA for a55bed8 - Browse repository at this point
Copy the full SHA a55bed8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90b50ac - Browse repository at this point
Copy the full SHA 90b50acView commit details
Commits on Jan 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6d7df38 - Browse repository at this point
Copy the full SHA 6d7df38View commit details
Commits on Jan 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e66acab - Browse repository at this point
Copy the full SHA e66acabView commit details
Commits on Jan 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a984024 - Browse repository at this point
Copy the full SHA a984024View commit details
Commits on Jan 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c23b245 - Browse repository at this point
Copy the full SHA c23b245View commit details -
Fix normal map handedness in a few examples
A few examples use normal maps that have not been authored with the OpenGL normal map handedness convention. In these cases the normal scale y needs to be negated to get the normal maps to display correctly.
Configuration menu - View commit details
-
Copy full SHA for 815fac2 - Browse repository at this point
Copy the full SHA 815fac2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07bb574 - Browse repository at this point
Copy the full SHA 07bb574View commit details -
Merge pull request #18522 from higharc/fix-normal-map-handedness
Fix and document normal map handedness
Configuration menu - View commit details
-
Copy full SHA for 3cf17ee - Browse repository at this point
Copy the full SHA 3cf17eeView commit details -
Merge pull request #18340 from Mugen87/dev26
Examples: Introduce basic OBB implementation.
Configuration menu - View commit details
-
Copy full SHA for 16d4a32 - Browse repository at this point
Copy the full SHA 16d4a32View commit details
Commits on Feb 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8abf67d - Browse repository at this point
Copy the full SHA 8abf67dView commit details -
Configuration menu - View commit details
-
Copy full SHA for db5ab31 - Browse repository at this point
Copy the full SHA db5ab31View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6a9cc6 - Browse repository at this point
Copy the full SHA a6a9cc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b674a8 - Browse repository at this point
Copy the full SHA 6b674a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54d0aa4 - Browse repository at this point
Copy the full SHA 54d0aa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f85cd91 - Browse repository at this point
Copy the full SHA f85cd91View commit details -
Merge pull request #18527 from Mugen87/dev32
Matrix3: Rewrite .extractBasis().
Configuration menu - View commit details
-
Copy full SHA for f3162fe - Browse repository at this point
Copy the full SHA f3162feView commit details
Commits on Feb 2, 2020
-
Merge pull request #18528 from Mugen87/dev11
OBB: Implement ray intersection test.
Configuration menu - View commit details
-
Copy full SHA for e851eaf - Browse repository at this point
Copy the full SHA e851eafView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce686fd - Browse repository at this point
Copy the full SHA ce686fdView commit details -
The face normal is wrong, which should points to the Z-direction.
Configuration menu - View commit details
-
Copy full SHA for d9661de - Browse repository at this point
Copy the full SHA d9661deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 639b180 - Browse repository at this point
Copy the full SHA 639b180View commit details
Commits on Feb 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bbf158f - Browse repository at this point
Copy the full SHA bbf158fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b917d7 - Browse repository at this point
Copy the full SHA 7b917d7View commit details -
Merge pull request #18402 from sciecode/dev-detach-shaders
WebGLProgram: detach shaders for deletion
Configuration menu - View commit details
-
Copy full SHA for 7433fe3 - Browse repository at this point
Copy the full SHA 7433fe3View commit details
Commits on Feb 4, 2020
-
Merge pull request #18531 from feilin-flexcompute/patch-1
Update Face3.html
Configuration menu - View commit details
-
Copy full SHA for 66dda35 - Browse repository at this point
Copy the full SHA 66dda35View commit details -
Merge pull request #18535 from Mugen87/dev19
Editor: Use PMREMGenerator and Scene.environment.
Configuration menu - View commit details
-
Copy full SHA for daedccc - Browse repository at this point
Copy the full SHA daedcccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cc2baf - Browse repository at this point
Copy the full SHA 9cc2bafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bad424 - Browse repository at this point
Copy the full SHA 5bad424View commit details -
LOD: Add ability to get current level
Sometimes it's useful to have the current LOD level. This is awkward to do outside of LOD as it involves duplicating the logic inside of LOD. One use case is the loading of progressively larger textures when the LOD activates a certain level.
Configuration menu - View commit details
-
Copy full SHA for ca3a8a2 - Browse repository at this point
Copy the full SHA ca3a8a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e5ec8c - Browse repository at this point
Copy the full SHA 6e5ec8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c32b95 - Browse repository at this point
Copy the full SHA 6c32b95View commit details -
Merge pull request #18499 from OndrejSpanel/lightstate-remove-numXXX
Remove unused numXxxx members of WebGLLights
Configuration menu - View commit details
-
Copy full SHA for e0dbc77 - Browse repository at this point
Copy the full SHA e0dbc77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47968f3 - Browse repository at this point
Copy the full SHA 47968f3View commit details -
4
Configuration menu - View commit details
-
Copy full SHA for 9e072aa - Browse repository at this point
Copy the full SHA 9e072aaView commit details -
Merge pull request #18539 from Mugen87/dev29
Editor: Fix call of SkeletonHelper.update().
Configuration menu - View commit details
-
Copy full SHA for 8b5b48a - Browse repository at this point
Copy the full SHA 8b5b48aView commit details -
Merge pull request #18536 from Mugen87/dev19
Editor: Fixed History.fromJSON().
Configuration menu - View commit details
-
Copy full SHA for 814d8d7 - Browse repository at this point
Copy the full SHA 814d8d7View commit details
Commits on Feb 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ad2606b - Browse repository at this point
Copy the full SHA ad2606bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3da304a - Browse repository at this point
Copy the full SHA 3da304aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1126953 - Browse repository at this point
Copy the full SHA 1126953View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49b76eb - Browse repository at this point
Copy the full SHA 49b76ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2415503 - Browse repository at this point
Copy the full SHA 2415503View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80253e8 - Browse repository at this point
Copy the full SHA 80253e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44f0787 - Browse repository at this point
Copy the full SHA 44f0787View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5120250 - Browse repository at this point
Copy the full SHA 5120250View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8901e54 - Browse repository at this point
Copy the full SHA 8901e54View commit details
There are no files selected for viewing