-
-
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: e0a31ea77c0242ae29ef6e951fa588216e1d247f
head repository: mrdoob/three.js
compare: b6cb074807e067009048b31227f20a4f24c13072
Commits on Feb 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 69bf067 - Browse repository at this point
Copy the full SHA 69bf067View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2321a4b - Browse repository at this point
Copy the full SHA 2321a4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e3e084 - Browse repository at this point
Copy the full SHA 9e3e084View commit details
Commits on Jun 4, 2019
-
OrbitControls: get keydown events from scope.domElement
Binding to window has issue that keys events are received even when not meant for OrbitControls. It also means arrow keys can be blocked since when an arrow key is pressed the OrbitControls call event.preventDefault so that the page does not scroll. Binding to scope.domElement is either the document if no element is passed in (in which case the same issue as mentioned above exists) but if you pass in an element like the canvas itself then you can receive keyboard events on other elements providing a workaround when needed to the issue mentioned above.
Configuration menu - View commit details
-
Copy full SHA for fbf8834 - Browse repository at this point
Copy the full SHA fbf8834View commit details
Commits on Jul 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1d9f7f1 - Browse repository at this point
Copy the full SHA 1d9f7f1View commit details
Commits on Jul 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5ba2ebd - Browse repository at this point
Copy the full SHA 5ba2ebdView commit details
Commits on Aug 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 21949b9 - Browse repository at this point
Copy the full SHA 21949b9View commit details
Commits on Aug 31, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6cfccee - Browse repository at this point
Copy the full SHA 6cfcceeView commit details
Commits on Sep 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 62fef74 - Browse repository at this point
Copy the full SHA 62fef74View commit details
Commits on Sep 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for de6472a - Browse repository at this point
Copy the full SHA de6472aView commit details
Commits on Sep 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8824547 - Browse repository at this point
Copy the full SHA 8824547View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d3ec31 - Browse repository at this point
Copy the full SHA 3d3ec31View commit details
Commits on Sep 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 64c23b4 - Browse repository at this point
Copy the full SHA 64c23b4View commit details
Commits on Sep 22, 2019
-
* expose ColorKeywords (as Color.NAMES) to be used by external code * add setStyleName to set color directly by ColorKeywords name
Configuration menu - View commit details
-
Copy full SHA for d82d469 - Browse repository at this point
Copy the full SHA d82d469View commit details -
Configuration menu - View commit details
-
Copy full SHA for d58559d - Browse repository at this point
Copy the full SHA d58559dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aa5350 - Browse repository at this point
Copy the full SHA 1aa5350View commit details
Commits on Sep 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0cc7757 - Browse repository at this point
Copy the full SHA 0cc7757View commit details
Commits on Sep 27, 2019
-
fix double WebGLUniforms upload for ShaderMaterial if uniformsNeedUpdate
hazed committedSep 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 376987e - Browse repository at this point
Copy the full SHA 376987eView commit details
Commits on Sep 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 99f73f4 - Browse repository at this point
Copy the full SHA 99f73f4View commit details
Commits on Sep 30, 2019
-
fixed uniformsNeedUpdate for shader material
hazed committedSep 30, 2019 Configuration menu - View commit details
-
Copy full SHA for 19244ab - Browse repository at this point
Copy the full SHA 19244abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5383432 - Browse repository at this point
Copy the full SHA 5383432View commit details -
Configuration menu - View commit details
-
Copy full SHA for eeebbaa - Browse repository at this point
Copy the full SHA eeebbaaView commit details -
Merge pull request #17617 from sandersn/fix-import/export-clash-in-dts
Fix import/export clash in .d.ts files
Configuration menu - View commit details
-
Copy full SHA for 70140b7 - Browse repository at this point
Copy the full SHA 70140b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f6fb41 - Browse repository at this point
Copy the full SHA 0f6fb41View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1f7132 - Browse repository at this point
Copy the full SHA a1f7132View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ef5ee3 - Browse repository at this point
Copy the full SHA 4ef5ee3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2cf8b9 - Browse repository at this point
Copy the full SHA b2cf8b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e100a0 - Browse repository at this point
Copy the full SHA 2e100a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d70acd - Browse repository at this point
Copy the full SHA 9d70acdView commit details -
WebGLTextures: Cache isWebGL2, maxTexture, maxCubemapSize, maxTexture…
…Size and maxSamples.
Configuration menu - View commit details
-
Copy full SHA for 9f4fb2b - Browse repository at this point
Copy the full SHA 9f4fb2bView commit details
Commits on Oct 1, 2019
-
Merge pull request #17622 from shrekshao/fix-basis-transcode-parameter
BasisTextureLoader: Fix basisFile.transcodeImage parameters
Configuration menu - View commit details
-
Copy full SHA for a6bb3be - Browse repository at this point
Copy the full SHA a6bb3beView commit details -
Configuration menu - View commit details
-
Copy full SHA for a417330 - Browse repository at this point
Copy the full SHA a417330View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3005063 - Browse repository at this point
Copy the full SHA 3005063View commit details -
Merge pull request #17624 from JohannesDeml/typedefinition-Equirectan…
…gularToCubeGenerator-variables Typedefinition add EquirectangularToCubeGenerator variables
Configuration menu - View commit details
-
Copy full SHA for 9b36c7a - Browse repository at this point
Copy the full SHA 9b36c7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83d6dff - Browse repository at this point
Copy the full SHA 83d6dffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2597985 - Browse repository at this point
Copy the full SHA 2597985View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35ab8eb - Browse repository at this point
Copy the full SHA 35ab8ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ee592f - Browse repository at this point
Copy the full SHA 8ee592fView commit details -
Merge pull request #14784 from pauloddr/patch-color-improvements
Color: add .setColorName() and Color.NAMES
Configuration menu - View commit details
-
Copy full SHA for bb640b1 - Browse repository at this point
Copy the full SHA bb640b1View commit details -
Merge pull request #17627 from Mugen87/dev38
TS: Added InstancedMesh.d.ts.
Configuration menu - View commit details
-
Copy full SHA for 86f14f5 - Browse repository at this point
Copy the full SHA 86f14f5View commit details -
Merge pull request #17373 from migiyubi/patch-svgrenderer
SVGRenderer: Fix opacity is not applied to line
Configuration menu - View commit details
-
Copy full SHA for 4f5af7f - Browse repository at this point
Copy the full SHA 4f5af7fView commit details -
Merge pull request #17591 from amakaseev/fix-shader-material-refresh
fix double WebGLUniforms upload for ShaderMaterial if uniformsNeedUpdate
Configuration menu - View commit details
-
Copy full SHA for 685d66a - Browse repository at this point
Copy the full SHA 685d66aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a50e61 - Browse repository at this point
Copy the full SHA 1a50e61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 741ed63 - Browse repository at this point
Copy the full SHA 741ed63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00e1371 - Browse repository at this point
Copy the full SHA 00e1371View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3039e9 - Browse repository at this point
Copy the full SHA d3039e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47f6b1a - Browse repository at this point
Copy the full SHA 47f6b1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61d2269 - Browse repository at this point
Copy the full SHA 61d2269View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f0fe25 - Browse repository at this point
Copy the full SHA 9f0fe25View commit details -
Merge pull request #17628 from Mugen87/dev38
Documentation: Added InstancedMesh page.
Configuration menu - View commit details
-
Copy full SHA for f48c42d - Browse repository at this point
Copy the full SHA f48c42dView commit details
There are no files selected for viewing