alteredq
|
43bcf9192d
Merge remote-tracking branch 'remotes/mrdoob/dev' into dev
|
13 년 전 |
alteredq
|
1087cf8cda
Implemented real spotlights.
|
13 년 전 |
Mr.doob
|
ded6c16ad3
Changed Vertex so it's just a Vector3 and updated all the examples. Fixes #1703.
|
13 년 전 |
Mr.doob
|
7f4c64a1fb
Removed old console.log.
|
13 년 전 |
Mr.doob
|
bc9aac9729
Commented out WebGLRenderer console.log (not really useful anymore) and added new console.logs on all renderers (hopefully more useful).
|
13 년 전 |
alteredq
|
9ab854de07
Refactored handling of Matrix4 => Matrix3 inversion.
|
13 년 전 |
alteredq
|
367ee78804
Fixed mipmap generation for render targets in ANGLE.
|
13 년 전 |
alteredq
|
4a36583427
Added CustomBlending mode. Added texture.premultiplyAlpha parameter. Added standard and custom blending examples.
|
13 년 전 |
alteredq
|
0e3b527cdc
Refactored MarchingCubes out into examples/js
|
13 년 전 |
Mr.doob
|
fb248f5b0b
Implemented @kovleouf's deallocateRenderTarget() method in WebGLRenderer. Fixes #1566.
|
13 년 전 |
Mr.doob
|
65c637109c
Set WebGLRenderer's default precision back to 'highp'. Added specifier to vertex shader too. Fixes #1602.
|
13 년 전 |
alteredq
|
ba22d994e2
Added material.needsUpdate flag.
|
13 년 전 |
alteredq
|
4df44908e7
Fixed particles sorting issues.
|
13 년 전 |
alteredq
|
c1ce0dbb8c
Changed depth sorting in WebGLRenderer to use world positions.
|
13 년 전 |
Erik Kitson
|
09989e5d48
Added emissive property to MeshLambertMaterial and MeshPhongMaterial.
|
13 년 전 |
Mr.doob
|
22419675e6
Merge remote-tracking branch 'kovleouf/dev' into dev
|
13 년 전 |
Mr.doob
|
28ad7aa270
Renamed scene.objects to scene.__objects and fixed all the examples that relied on it.
|
13 년 전 |
kovleouf
|
f3d2d484fa
add "NoBlending" to Material and WebGLRenderer
|
13 년 전 |
Mr.doob
|
2a18c4c909
texture.onUpdated() should be texture.onUpdate(). Fixes #1347.
|
13 년 전 |
alteredq
|
aa7e9865ff
Added proper doubleSided handling for Lambert.
|
13 년 전 |
alteredq
|
8ac9e70e6e
Added proper doubleSided handling for Phong. Added doubleSided performance test.
|
13 년 전 |
Mr.doob
|
7e01c0f589
Checking for UnsignedIntType instead ofUnsignedShortType. Fixes #1329.
|
13 년 전 |
alteredq
|
cb41542aad
Refactored morph normals to be optional.
|
13 년 전 |
alteredq
|
27afa046be
First attempt at morph normals.
|
13 년 전 |
alteredq
|
c42478fae0
Refactored shadow map shader.
|
13 년 전 |
alteredq
|
aa803fd2b4
Experimenting with cascaded shadow maps.
|
13 년 전 |
alteredq
|
560562c05f
Removed cameraInverseMatrix uniform.
|
13 년 전 |
alteredq
|
4cd0f946d0
Changed cameraPosition uniform to use global camera position.
|
13 년 전 |
Mr.doob
|
12121950bf
WebGLRenderer's alpha is true by default again.
|
13 년 전 |
Mr.doob
|
f24745ddf8
Trying WebGLRenderer alpha false by default.
|
13 년 전 |