Mr.doob
|
72cb3cf68e
Merge remote-tracking branch 'bhouston/geometry-mergeVertices-fix' into dev
|
12 лет назад |
Mr.doob
|
53e07e091a
Updated builds.
|
12 лет назад |
Mr.doob
|
7d48298acf
Renamed Sphere.isIntersectionSphere to Sphere.intersectsSphere.
|
12 лет назад |
Mr.doob
|
42f7f1036f
Docs: Removed now unneded description in AmbientLight. Thanks @WestLangley.
|
12 лет назад |
Mr.doob
|
9c7da1479b
Updated builds.
|
12 лет назад |
Mr.doob
|
f606c5a7e1
Merge remote-tracking branch 'Fox32/dev' into dev
|
12 лет назад |
Mr.doob
|
a7d5acf09e
Docs: AmbientLight hint as suggested by @WestLangley. Closes #2872.
|
12 лет назад |
Jono Brandel
|
0c8565418d
abstracted construction logic of morphTarget to `updateMorphTargets`
|
12 лет назад |
alteredq
|
060b294a12
WebGLDeferredRenderer: added tonemapping.
|
12 лет назад |
Oliver Sand
|
1269d968fb
Add unit test, fix is isIntersectionSphere
|
12 лет назад |
Oliver Sand
|
dcd25863e4
Add isIntersectionSphere to sphere
|
12 лет назад |
OpenShift guest
|
4c68bf6b8e
made the buffer location seperate
|
12 лет назад |
Aki
|
d16455432a
Removed temporary src line
|
12 лет назад |
Aki
|
f53b27533f
Added support for THREE.Lines as bufferGeometry
|
12 лет назад |
alteredq
|
b051d7e171
WebGLDeferredRenderer: added API for injecting postprocessing effects into deferred rendering pipeline.
|
12 лет назад |
alteredq
|
4a976331d8
WebGLDeferredRenderer: trying to fix AreaLights.
|
12 лет назад |
Brian Cajes
|
0642eea184
up Color.js test coverage to 78%
|
12 лет назад |
Ben Houston
|
6f72a001c2
Frustum.contains -> intersectsObject, containsSphere->intersectsSphere, removed Frustum.containsAnyPoints, .transform. Update unit tests accordingly.
|
12 лет назад |
Ben Houston
|
5d6656506b
remove unused variable from Frustum.js
|
12 лет назад |
Ben Houston
|
587672690e
move credit for barycoord function from Raycaster to Triangle per @mrdoob.
|
12 лет назад |
Ben Houston
|
518d9f30f7
fix formatting per @WestLangley.
|
12 лет назад |
Ben Houston
|
b358c94547
expand Frustum.contains() per @alteredq, @gero3
|
12 лет назад |
Ben Houston
|
f5466d3ce7
reduce ArrowHelper axis check precision and improved formatting per @gero3
|
12 лет назад |
Ben Houston
|
f454d0955b
add unclosed top/bottom LatheGeometry examples to webgl_geometry_normals.html
|
12 лет назад |
Ben Houston
|
92c7bc8bcc
update weblgl_geometry_normals.html to show off partial LatheGeometries.
|
12 лет назад |
Ben Houston
|
12909d0ab1
Fix lathe-geometry in presence of angle < PI*2, add ability to specify phiStart, phiLength + optimize.
|
12 лет назад |
Ben Houston
|
5bd3d0426e
add webgl_geometry_normals.html - example that shows vertex normals and face normals of standard geometry types before and after Geometry.mergeVertices
|
12 лет назад |
Ben Houston
|
11607e60c1
Geometry.mergeVertices: remove unused variables, rename non-descript 'o' to 'indices'.
|
12 лет назад |
Ben Houston
|
85b9bf17d1
robust support for multiple duplicate vertices in Face3 and Face4, add handling of vertex colors and vertex UVs.
|
12 лет назад |
Ben Houston
|
5606570dcf
remove unnecessary Matrix4 unit tests.
|
12 лет назад |