alteredq
|
6376d99005
Added shadow map example.
|
14 年之前 |
alteredq
|
b7987429ac
Tried texture2DProj instead of texture2D for shadow maps.
|
14 年之前 |
alteredq
|
73cb0bf616
Added percentage-close filtering to shadow map shader.
|
14 年之前 |
alteredq
|
5fd7ee2f3b
Normalized FirstPersonCamera vertical look speed when using vertical look angle constrains.
|
14 年之前 |
alteredq
|
ae2357a099
Added handling of multiple shadows. Added matrix4 array and texture array uniform types.
|
14 年之前 |
alteredq
|
3ce4e90909
Added forgotten SpotLight.js
|
14 年之前 |
alteredq
|
77341c86b1
First attempt at shadow mapping (work-in-progress).
|
14 年之前 |
alteredq
|
f72cec853f
Fixed FlyCamera Earth example.
|
14 年之前 |
alteredq
|
b3f4e638cf
Added up/down movement to FirstPersonCamera.
|
14 年之前 |
alteredq
|
e9ca7cf7f3
Merge remote-tracking branch 'remotes/mrdoob/master' into dev
|
14 年之前 |
alteredq
|
d44e284bc4
Added Matrix4 type to uniforms. Fixed Texture cloning. Fixed uniforms cloning for Vector2, Vector4 and arrays.
|
14 年之前 |
Mr.doob
|
418780fc74
Fixed yet another glitch with CanvasRenderer.setClearColor (thx @StephenHopkins)
|
14 年之前 |
alteredq
|
fc6b13d9ba
Added path.createSpacedPointsGeometry() and extended shapes example to show such equidistantly sampled paths.
|
14 年之前 |
alteredq
|
87cc607c4f
Added createPointsGeometry for Path.
|
14 年之前 |
alteredq
|
e52edb5d1a
Refactored Shape API: replaced bool parameter in extractAllPoints with two named methods.
|
14 年之前 |
alteredq
|
f962eb2ea6
bezel => bevel in TextGeometry and its example
|
14 年之前 |
alteredq
|
c35cca9ecf
Changed canvas_geometry_shape => webgl_geometry_shapes.
|
14 年之前 |
alteredq
|
0cefeed567
Merged zz85's Shape / Path / Curve / ExtrudeGeometry updates.
|
14 年之前 |
alteredq
|
830bf1e2b6
Merge remote-tracking branch 'remotes/mrdoob/master' into dev
|
14 年之前 |
zz85
|
e37a02805a
Updated Extrude Shape Examples
|
14 年之前 |
zz85
|
2af891d742
change bevel vertices order
|
14 年之前 |
Mr.doob
|
71778b81a5
Yet another tweak to CanvasRenderer handling clearColor (thanks @StephenHopkins)
|
14 年之前 |
zz85
|
ca40f42e89
adding smoothed sine bevel
|
14 年之前 |
zz85
|
adebbf39cb
adding bevel
|
14 年之前 |
alteredq
|
d738718e93
Merge remote-tracking branch 'remotes/mrdoob/master' into dev
|
14 年之前 |
Mr.doob
|
e21dccf35a
Fixed issue where CanvasRenderer setClearColor wasn't working as expected.
|
14 年之前 |
zz85
|
0d3eaed561
checks for holes order
|
14 年之前 |
zz85
|
3f6a5e66c9
right side faces for extrusion
|
14 年之前 |
zz85
|
41e1ff019b
Some progress with shape + hole
|
14 年之前 |
zz85
|
71f07b9127
Playing with holes.. Need a clear mind to write this cleanly
|
14 年之前 |