Mr.doob
|
173caa387a
stats.js usage clean up
|
9 年之前 |
WestLangley
|
f70369a928
Examples: three.min.js -> three.js
|
9 年之前 |
Mr.doob
|
a455e248ac
Examples clean up.
|
9 年之前 |
Mugen87
|
6857b6d5d3
removed deprecated THREE.ImageUtils.loadTexture
|
9 年之前 |
Mr.doob
|
d6396a3461
Clean up.
|
9 年之前 |
Mr.doob
|
2d71e8bac1
Improved lens flare example.
|
10 年之前 |
brason
|
eb68622a6e
Add missing semicolons
|
10 年之前 |
Mr.doob
|
daa2b493c1
Merge remote-tracking branch 'MDamien/patch-1' into dev
|
10 年之前 |
Damien
|
4608364b0a
Examples: Lensflare example contains an useless variable
|
10 年之前 |
Mr.doob
|
522203af01
Merge pull request #5809 from bhouston/remove_material_ambient
|
10 年之前 |
Mr.doob
|
188b9b7019
Examples: Cleaned up setClearColor().
|
10 年之前 |
Ben Houston
|
6f8d6ddd06
remove material.ambient from everything per discussion here: https://github.com/mrdoob/three.js/pull/5741#issuecomment-67893202
|
10 年之前 |
Mr.doob
|
2761f1b161
Examples: Added setPixelRatio(). See #5627.
|
10 年之前 |
Mr.doob
|
03d855affa
Fixed lensflares example.
|
11 年之前 |
Mr.doob
|
9989f380fd
Renamed all CubeGeometry instances.
|
11 年之前 |
Mr.doob
|
96ad117989
Removed physicallyBasedShading from examples and documentation.
|
11 年之前 |
Mr.doob
|
48cf5bb9a6
Replaced remaining setHSV to setHSL.
|
12 年之前 |
Mr.doob
|
4b232302f8
And more adjustHSV removal.
|
12 年之前 |
Ben Houston
|
6e0d2115ca
adopting THREE.Math.degToRad/radToDeg for code readability.
|
12 年之前 |
alteredq
|
ae79c901eb
Changed MeshPhongMaterial perPixel parameter default to true.
|
12 年之前 |
alteredq
|
c1f3428495
Removed maxLights parameter from WebGLRenderer.
|
12 年之前 |
alteredq
|
4500c593dd
Cleaned up custom stats.js styling in examples (thanks to @mrdoob for showing me this is possible ;).
|
12 年之前 |
Mr.doob
|
feffb88f1e
Includes to editor and examples.
|
13 年之前 |
Mr.doob
|
2d3e2adcf3
Updated to latest stats.js and moved libs to js/libs.
|
13 年之前 |
Mr.doob
|
a408841c61
Changed three.js link in examples.
|
13 年之前 |
Mr.doob
|
a5a00cc52a
Updated examples with three.min.js include. Closes #2229.
|
13 年之前 |
Mr.doob
|
d06aa42e68
Removed unneded scene.add( camera ) from the examples.
|
13 年之前 |
alteredq
|
2a79171077
Fixed some examples.
|
13 年之前 |
Mr.doob
|
5697084e64
Moved `RequestAnimationFrame.js` code right into `src/Three.js`.
|
13 年之前 |
alteredq
|
4be5880b0f
Made SpritePlugin and LensFlare plugins default.
|
13 年之前 |