-
-
Notifications
You must be signed in to change notification settings - Fork 35.6k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: d1f94e361abe6b8bff27fb90c0b947d6e24b86bf
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: mrdoob/three.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7e0a78beb9317e580d7fa4da9b5b12be051c6feb
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
27
contributors
Commits on Apr 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2910a61 - Browse repository at this point
Copy the full SHA 2910a61View commit details
Commits on May 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d9d4fa7 - Browse repository at this point
Copy the full SHA d9d4fa7View commit details
Commits on May 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d237ade - Browse repository at this point
Copy the full SHA d237adeView commit details
Commits on Jun 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9334977 - Browse repository at this point
Copy the full SHA 9334977View commit details
Commits on Jun 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b5374bd - Browse repository at this point
Copy the full SHA b5374bdView commit details
Commits on Jul 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d268b80 - Browse repository at this point
Copy the full SHA d268b80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9428b70 - Browse repository at this point
Copy the full SHA 9428b70View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcd8fda - Browse repository at this point
Copy the full SHA fcd8fdaView commit details -
Added sheen to StandardNodeMaterial
# Conflicts: # examples/jsm/nodes/materials/nodes/StandardNode.js # examples/webgl_materials_nodes.html
Configuration menu - View commit details
-
Copy full SHA for 1ae0a65 - Browse repository at this point
Copy the full SHA 1ae0a65View commit details -
Configuration menu - View commit details
-
Copy full SHA for b728371 - Browse repository at this point
Copy the full SHA b728371View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef38e81 - Browse repository at this point
Copy the full SHA ef38e81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8597102 - Browse repository at this point
Copy the full SHA 8597102View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79cd845 - Browse repository at this point
Copy the full SHA 79cd845View commit details -
Configuration menu - View commit details
-
Copy full SHA for 350553d - Browse repository at this point
Copy the full SHA 350553dView commit details
Commits on Jul 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 59f5500 - Browse repository at this point
Copy the full SHA 59f5500View commit details
Commits on Jul 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a9518cc - Browse repository at this point
Copy the full SHA a9518ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4466b48 - Browse repository at this point
Copy the full SHA 4466b48View commit details
Commits on Jul 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0e3b061 - Browse repository at this point
Copy the full SHA 0e3b061View commit details -
Configuration menu - View commit details
-
Copy full SHA for cced580 - Browse repository at this point
Copy the full SHA cced580View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a69bb4 - Browse repository at this point
Copy the full SHA 6a69bb4View commit details
Commits on Jul 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7297cd9 - Browse repository at this point
Copy the full SHA 7297cd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2325bf5 - Browse repository at this point
Copy the full SHA 2325bf5View commit details
Commits on Jul 22, 2019
-
feature/upload-cubetexture-with-mipmaps
tangyuan committedJul 22, 2019 Configuration menu - View commit details
-
Copy full SHA for e48d7cf - Browse repository at this point
Copy the full SHA e48d7cfView commit details
Commits on Jul 23, 2019
-
resolve package-lock.json changes
tangyuan committedJul 23, 2019 Configuration menu - View commit details
-
Copy full SHA for b9a1f6d - Browse repository at this point
Copy the full SHA b9a1f6dView commit details -
Conserve shadow map slots reserved for lights
Only shadow casting lights now get entries in the shadow maps arrays in shaders. Lights are sorted so that shadow casting lights come first, so the index of the light in the shadow maps array still matches the index in the normal light data array. This conserves texture slots, enabling to use more lights in scenes where shadow maps are enabled. Uniform update performance and shader execution performance should also be a bit better when there's a mix of shadow casting and non-shadowed lights.
Configuration menu - View commit details
-
Copy full SHA for 541fea9 - Browse repository at this point
Copy the full SHA 541fea9View commit details -
Add extra lights to the webgl_shadowmap_pointlight example
The extra point lights demonstrate that it's possible to have lots of non-shadow casting lights in the same scene as the shadow casting lights.
Configuration menu - View commit details
-
Copy full SHA for 7050105 - Browse repository at this point
Copy the full SHA 7050105View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a7042f - Browse repository at this point
Copy the full SHA 8a7042fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7187162 - Browse repository at this point
Copy the full SHA 7187162View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d9f070 - Browse repository at this point
Copy the full SHA 1d9f070View commit details -
Logical separation of clearcoat normal from geometry normal
Added the option to use a clearcoat normal independent from the (maybe) perturbed geometry normal.
Configuration menu - View commit details
-
Copy full SHA for ae37503 - Browse repository at this point
Copy the full SHA ae37503View commit details -
Created a separate variable for cc normal, independent perturb implementations
Configuration menu - View commit details
-
Copy full SHA for 1778a77 - Browse repository at this point
Copy the full SHA 1778a77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1da6ad4 - Browse repository at this point
Copy the full SHA 1da6ad4View commit details -
(Mostly) Working independent scale
Scale is fine as long as cc scale <= normal scale
Configuration menu - View commit details
-
Copy full SHA for 244d91a - Browse repository at this point
Copy the full SHA 244d91aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf95c7e - Browse repository at this point
Copy the full SHA cf95c7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03e61e3 - Browse repository at this point
Copy the full SHA 03e61e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 695c084 - Browse repository at this point
Copy the full SHA 695c084View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce035ac - Browse repository at this point
Copy the full SHA ce035acView commit details -
Configuration menu - View commit details
-
Copy full SHA for b39e2c9 - Browse repository at this point
Copy the full SHA b39e2c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for acf1b5a - Browse repository at this point
Copy the full SHA acf1b5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87cb760 - Browse repository at this point
Copy the full SHA 87cb760View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58f5ef7 - Browse repository at this point
Copy the full SHA 58f5ef7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b9a444 - Browse repository at this point
Copy the full SHA 8b9a444View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc30de3 - Browse repository at this point
Copy the full SHA cc30de3View commit details -
Configuration menu - View commit details
-
Copy full SHA for bee7f0e - Browse repository at this point
Copy the full SHA bee7f0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d42d3e4 - Browse repository at this point
Copy the full SHA d42d3e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5d89ee - Browse repository at this point
Copy the full SHA a5d89eeView commit details
Commits on Jul 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e3103f0 - Browse repository at this point
Copy the full SHA e3103f0View commit details
Commits on Jul 25, 2019
-
Merge branch 'dev' of https://github.com/mrdoob/three.js into sheen
# Conflicts: # examples/jsm/nodes/materials/nodes/StandardNode.js
Configuration menu - View commit details
-
Copy full SHA for b81c8c4 - Browse repository at this point
Copy the full SHA b81c8c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bc5cdd - Browse repository at this point
Copy the full SHA 5bc5cddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f395f8 - Browse repository at this point
Copy the full SHA 9f395f8View commit details
There are no files selected for viewing