-
-
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: aa6ed41b18c20e37412e3ec3d128075920e07607
head repository: mrdoob/three.js
compare: 93e72ba7b24958ddb0652bd33171edd14ed2d693
Commits on Sep 25, 2018
-
Allowing to subtract bevel instead of adding it.
Felix Fontein committedSep 25, 2018 Configuration menu - View commit details
-
Copy full SHA for df448bb - Browse repository at this point
Copy the full SHA df448bbView commit details -
Adding bevelSubtract to documentation and Geometry Browser.
Felix Fontein committedSep 25, 2018 Configuration menu - View commit details
-
Copy full SHA for 8a7610d - Browse repository at this point
Copy the full SHA 8a7610dView commit details
Commits on Sep 26, 2018
-
Change so that a negative bevelSize indicates subtraction.
Felix Fontein committedSep 26, 2018 Configuration menu - View commit details
-
Copy full SHA for 291c61e - Browse repository at this point
Copy the full SHA 291c61eView commit details
Commits on Nov 2, 2018
-
Remove local variable bevelSubtract.
Felix Fontein committedNov 2, 2018 Configuration menu - View commit details
-
Copy full SHA for 08174e3 - Browse repository at this point
Copy the full SHA 08174e3View commit details
Commits on Nov 5, 2018
-
Felix Fontein committed
Nov 5, 2018 Configuration menu - View commit details
-
Copy full SHA for 802ac6c - Browse repository at this point
Copy the full SHA 802ac6cView commit details
Commits on Nov 6, 2018
-
Adjust logic as suggested by WestLangley.
Felix Fontein committedNov 6, 2018 Configuration menu - View commit details
-
Copy full SHA for 779784c - Browse repository at this point
Copy the full SHA 779784cView commit details
Commits on Nov 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for aaf597f - Browse repository at this point
Copy the full SHA aaf597fView commit details
Commits on Dec 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2f35088 - Browse repository at this point
Copy the full SHA 2f35088View commit details
Commits on Feb 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 27403a0 - Browse repository at this point
Copy the full SHA 27403a0View commit details
Commits on Feb 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9b4df26 - Browse repository at this point
Copy the full SHA 9b4df26View commit details
Commits on Mar 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 97f90bb - Browse repository at this point
Copy the full SHA 97f90bbView commit details
Commits on Mar 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8e50ec0 - Browse repository at this point
Copy the full SHA 8e50ec0View commit details
Commits on Mar 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 79f7721 - Browse repository at this point
Copy the full SHA 79f7721View commit details
Commits on Mar 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0f39a18 - Browse repository at this point
Copy the full SHA 0f39a18View commit details
Commits on Mar 27, 2019
-
Merge pull request #16065 from arodic/patch/TransformControls-memory-…
…leak TransformControls: Added geometry and material dispose to dispose().
Configuration menu - View commit details
-
Copy full SHA for 975b91f - Browse repository at this point
Copy the full SHA 975b91fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a7d6e2 - Browse repository at this point
Copy the full SHA 7a7d6e2View commit details
Commits on Mar 28, 2019
-
WebGLRenderLists.d.ts: WebGLRenderLists.push forgot groupOrder
FMS-Cat committedMar 28, 2019 Configuration menu - View commit details
-
Copy full SHA for 27aafe7 - Browse repository at this point
Copy the full SHA 27aafe7View commit details -
FMS-Cat committed
Mar 28, 2019 Configuration menu - View commit details
-
Copy full SHA for 6a965ba - Browse repository at this point
Copy the full SHA 6a965baView commit details -
WebGLRenderLists.d.ts: fix type of WebGLRenderLists.transparent
FMS-Cat committedMar 28, 2019 Configuration menu - View commit details
-
Copy full SHA for e6ddcfb - Browse repository at this point
Copy the full SHA e6ddcfbView commit details -
WebGLRenderLists.d.ts: add WebGLRenderLists.unshift definition
FMS-Cat committedMar 28, 2019 Configuration menu - View commit details
-
Copy full SHA for 675bf47 - Browse repository at this point
Copy the full SHA 675bf47View commit details -
WebGLRenderer.d.ts: getDrawingBufferSize now receives Vector2 and ret…
…urns Vector2
FMS-Cat committedMar 28, 2019 Configuration menu - View commit details
-
Copy full SHA for db31187 - Browse repository at this point
Copy the full SHA db31187View commit details -
WebGLRenderer: Fix type definition for RenderTarget related methods
FMS-Cat committedMar 28, 2019 Configuration menu - View commit details
-
Copy full SHA for 0e55788 - Browse repository at this point
Copy the full SHA 0e55788View commit details -
WebGLRenderer.d.ts: add a comment
FMS-Cat committedMar 28, 2019 Configuration menu - View commit details
-
Copy full SHA for 3e84744 - Browse repository at this point
Copy the full SHA 3e84744View commit details -
WebGLRenderer.d.ts: add docs comment to setRenderTarget method
FMS-Cat committedMar 28, 2019 Configuration menu - View commit details
-
Copy full SHA for 26b8e5b - Browse repository at this point
Copy the full SHA 26b8e5bView commit details -
Merge pull request #16085 from FMS-Cat/webglrenderer-d-ts
WebGLRenderer.d.ts: getDrawingBufferSize now receives Vector2 and returns Vector2
Configuration menu - View commit details
-
Copy full SHA for 84de454 - Browse repository at this point
Copy the full SHA 84de454View commit details -
FMS-Cat committed
Mar 28, 2019 Configuration menu - View commit details
-
Copy full SHA for 67e2fe9 - Browse repository at this point
Copy the full SHA 67e2fe9View commit details -
Fixed a bug with loading cube textures
Moved code accounting for moving past the data field for the size of the texture outside of the loop loading them.
Configuration menu - View commit details
-
Copy full SHA for de66987 - Browse repository at this point
Copy the full SHA de66987View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf8d8f6 - Browse repository at this point
Copy the full SHA bf8d8f6View commit details
Commits on Mar 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d582d1a - Browse repository at this point
Copy the full SHA d582d1aView commit details -
WebGLRenderer.d.ts: Apply Mugen87-san's suggestion
Yutaka Obuchi authoredMar 29, 2019 Configuration menu - View commit details
-
Copy full SHA for 5607592 - Browse repository at this point
Copy the full SHA 5607592View commit details -
Merge pull request #16092 from yaoyao-cn/tem
add missing typescript declaration of Vector2.cross
Configuration menu - View commit details
-
Copy full SHA for 0d18a75 - Browse repository at this point
Copy the full SHA 0d18a75View commit details -
WebGLRenderLists: geometry only accepts BufferGeometry
FMS-Cat committedMar 29, 2019 Configuration menu - View commit details
-
Copy full SHA for f9ce226 - Browse repository at this point
Copy the full SHA f9ce226View commit details -
FMS-Cat committed
Mar 29, 2019 Configuration menu - View commit details
-
Copy full SHA for 849ae47 - Browse repository at this point
Copy the full SHA 849ae47View commit details -
WebGLRenderLists.d.ts: geometry and group are nullable
FMS-Cat committedMar 29, 2019 Configuration menu - View commit details
-
Copy full SHA for 464661d - Browse repository at this point
Copy the full SHA 464661dView commit details -
Configuration menu - View commit details
-
Copy full SHA for efe1c5b - Browse repository at this point
Copy the full SHA efe1c5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 760da59 - Browse repository at this point
Copy the full SHA 760da59View commit details -
Merge pull request #16098 from yomboprime/water_tennis
Example gpgpu_water: Fix tennis balls
Configuration menu - View commit details
-
Copy full SHA for d874602 - Browse repository at this point
Copy the full SHA d874602View commit details -
Configuration menu - View commit details
-
Copy full SHA for 089ae05 - Browse repository at this point
Copy the full SHA 089ae05View commit details -
Merge pull request #16100 from yomboprime/update_ammo
Update Ammo.js to current version
Configuration menu - View commit details
-
Copy full SHA for b2a8cd4 - Browse repository at this point
Copy the full SHA b2a8cd4View commit details -
Merge pull request #16086 from FMS-Cat/webglrenderer-setrendertarget
WebGLRenderer: Update docs and type definitions related to RenderTarget
Configuration menu - View commit details
-
Copy full SHA for d6f7ae7 - Browse repository at this point
Copy the full SHA d6f7ae7View commit details -
Merge pull request #16083 from FMS-Cat/webglrenderlists-d-ts
Improve WebGLRenderLists.d.ts
Configuration menu - View commit details
-
Copy full SHA for 072cf7b - Browse repository at this point
Copy the full SHA 072cf7bView commit details
Commits on Mar 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c870286 - Browse repository at this point
Copy the full SHA c870286View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cd1578 - Browse repository at this point
Copy the full SHA 9cd1578View commit details -
Configuration menu - View commit details
-
Copy full SHA for 325c9f4 - Browse repository at this point
Copy the full SHA 325c9f4View commit details
Commits on Mar 31, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8511533 - Browse repository at this point
Copy the full SHA 8511533View commit details -
Merge pull request #16111 from WestLangley/dev-uniforms
Remove outdated type definitions in uniforms
Configuration menu - View commit details
-
Copy full SHA for 3f04a5e - Browse repository at this point
Copy the full SHA 3f04a5eView commit details -
Merge pull request #16107 from adrs2002/fix/lwoLoader_fix_lwo2
fix to LWOLoader.js : add suport LWO2 format
Configuration menu - View commit details
-
Copy full SHA for 3b7032b - Browse repository at this point
Copy the full SHA 3b7032bView commit details -
Merge pull request #16106 from takahirox/CleanupAnimationMultiple
Clean up webgl_animation_multiple example
Configuration menu - View commit details
-
Copy full SHA for 3a5653e - Browse repository at this point
Copy the full SHA 3a5653eView commit details -
Merge pull request #16104 from Mugen87/dev2
WebXR: Remove deprecated origin trial token.
Configuration menu - View commit details
-
Copy full SHA for 2a0d95d - Browse repository at this point
Copy the full SHA 2a0d95dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ae5bfc - Browse repository at this point
Copy the full SHA 6ae5bfcView commit details
There are no files selected for viewing