-
-
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: 53d3cd4b42998db9290977f385d7df29b598a3fd
head repository: mrdoob/three.js
compare: 116c18d687627e4ab6352e2742029e0e944f76ca
Commits on Feb 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9b71b63 - Browse repository at this point
Copy the full SHA 9b71b63View commit details
Commits on Jan 16, 2019
-
Added PCFSoftShadowMapFast for better looking shadows on low powered …
…devices
ivojager committedJan 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 8dbd7ba - Browse repository at this point
Copy the full SHA 8dbd7baView commit details
Commits on Jan 18, 2019
-
Updated English documentation with PCFSoftShadowMapFast references
ivojager committedJan 18, 2019 Configuration menu - View commit details
-
Copy full SHA for 4869b16 - Browse repository at this point
Copy the full SHA 4869b16View commit details
Commits on Mar 31, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 06cc925 - Browse repository at this point
Copy the full SHA 06cc925View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2d8566 - Browse repository at this point
Copy the full SHA b2d8566View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba4695f - Browse repository at this point
Copy the full SHA ba4695fView commit details
Commits on Apr 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 274503f - Browse repository at this point
Copy the full SHA 274503fView commit details
Commits on Apr 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6f82a77 - Browse repository at this point
Copy the full SHA 6f82a77View commit details
Commits on Apr 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9c0b8a5 - Browse repository at this point
Copy the full SHA 9c0b8a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d06bc0 - Browse repository at this point
Copy the full SHA 3d06bc0View commit details
Commits on Apr 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d139bb9 - Browse repository at this point
Copy the full SHA d139bb9View commit details
Commits on Apr 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7e3c98a - Browse repository at this point
Copy the full SHA 7e3c98aView commit details
Commits on May 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5cd8fe0 - Browse repository at this point
Copy the full SHA 5cd8fe0View commit details
Commits on May 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 42cf8a3 - Browse repository at this point
Copy the full SHA 42cf8a3View commit details
Commits on May 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2fda472 - Browse repository at this point
Copy the full SHA 2fda472View commit details
Commits on May 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c572f96 - Browse repository at this point
Copy the full SHA c572f96View commit details
Commits on May 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 97f9e50 - Browse repository at this point
Copy the full SHA 97f9e50View commit details
Commits on May 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7d38aec - Browse repository at this point
Copy the full SHA 7d38aecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c97a30 - Browse repository at this point
Copy the full SHA 5c97a30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a995d7 - Browse repository at this point
Copy the full SHA 1a995d7View commit details
Commits on May 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for de46d25 - Browse repository at this point
Copy the full SHA de46d25View commit details
Commits on May 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d1e8efa - Browse repository at this point
Copy the full SHA d1e8efaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16cf728 - Browse repository at this point
Copy the full SHA 16cf728View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75435b9 - Browse repository at this point
Copy the full SHA 75435b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03ff881 - Browse repository at this point
Copy the full SHA 03ff881View commit details
Commits on May 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1a51ade - Browse repository at this point
Copy the full SHA 1a51adeView commit details -
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 committedMay 29, 2019 Configuration menu - View commit details
-
Copy full SHA for f37df99 - Browse repository at this point
Copy the full SHA f37df99View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5eacca - Browse repository at this point
Copy the full SHA b5eaccaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e39508d - Browse repository at this point
Copy the full SHA e39508dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdec8d2 - Browse repository at this point
Copy the full SHA cdec8d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5e7bc7 - Browse repository at this point
Copy the full SHA c5e7bc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6d4e12 - Browse repository at this point
Copy the full SHA e6d4e12View commit details
Commits on May 30, 2019
-
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.
Configuration menu - View commit details
-
Copy full SHA for 44c2100 - Browse repository at this point
Copy the full SHA 44c2100View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5024cd - Browse repository at this point
Copy the full SHA c5024cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87245cb - Browse repository at this point
Copy the full SHA 87245cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d83e1a - Browse repository at this point
Copy the full SHA 0d83e1aView commit details -
2
Configuration menu - View commit details
-
Copy full SHA for edd350f - Browse repository at this point
Copy the full SHA edd350fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bcd79d - Browse repository at this point
Copy the full SHA 0bcd79dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75a26d7 - Browse repository at this point
Copy the full SHA 75a26d7View commit details -
Merge pull request #16620 from Mugen87/dev32
Examples: Added module version of stats.js.
Configuration menu - View commit details
-
Copy full SHA for 0cf46fb - Browse repository at this point
Copy the full SHA 0cf46fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0b4059 - Browse repository at this point
Copy the full SHA b0b4059View commit details -
Merge pull request #16621 from mrdoob/sfpro-to-inter
Docs: Switched font from SF Pro to Inter
Configuration menu - View commit details
-
Copy full SHA for b1dec43 - Browse repository at this point
Copy the full SHA b1dec43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4627231 - Browse repository at this point
Copy the full SHA 4627231View commit details -
Merge pull request #16611 from zeux/dev
GLTFLoader: Fix U8/U16 skinning weights
Configuration menu - View commit details
-
Copy full SHA for 5fb22e4 - Browse repository at this point
Copy the full SHA 5fb22e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0543ad6 - Browse repository at this point
Copy the full SHA 0543ad6View commit details -
Merge pull request #16598 from yomboprime/ldraw_parse
LDrawLoader: Let use parse()
Configuration menu - View commit details
-
Copy full SHA for 1d679a1 - Browse repository at this point
Copy the full SHA 1d679a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09333df - Browse repository at this point
Copy the full SHA 09333dfView commit details
Commits on May 31, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6be83c7 - Browse repository at this point
Copy the full SHA 6be83c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0544f22 - Browse repository at this point
Copy the full SHA 0544f22View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5959bf - Browse repository at this point
Copy the full SHA b5959bfView commit details
There are no files selected for viewing