Mr.doob
|
c1f9ef832e
Replaced THREE.UV with THREE.Vector2.
|
12 years ago |
alteredq
|
f3e0205f50
Simpler GeometryUtils.triangleArea()
|
12 years ago |
Mr.doob
|
95238b00de
GeometryUtils.clone() to geometry.clone()
|
12 years ago |
alteredq
|
261869ac0a
Removed remaining traces of geometry.materials
|
12 years ago |
alteredq
|
bd7d3fb6de
Added GeometryUtils.removeMaterials
|
12 years ago |
Mr.doob
|
1abc24587e
Removing geometry.materials and returning materials from JSONLoader.
|
12 years ago |
Mr.doob
|
5a7aa01cd5
Refactored Minecraft demo.
|
12 years ago |
alteredq
|
829b236a74
Fixed UVs bug in GeometryUtils.triangulateQuads when handling faces which were already triangles.
|
13 years ago |
Mr.doob
|
ded6c16ad3
Changed Vertex so it's just a Vector3 and updated all the examples. Fixes #1703.
|
13 years ago |
alteredq
|
f70002c704
Fixed UVs handling bug in GeometryUtils.tessellate.
|
13 years ago |
Mr.doob
|
7f05ba167c
Renamed Matrix4's setTranslation, setRotationX, setRotationY, setRotationZ, setRotationAxis and setScale to makeTranslation, makeRotationX, makeRotationY, makeRotationZ, makeRotationAxis and makeScale. Fixes #1615.
|
13 years ago |
alteredq
|
619cbaa556
Refactored GeometryUtils.triangulateQuads not to use array.splice.
|
13 years ago |
alteredq
|
7230ffa2fc
Refactored GeometryUtils.tessellate not to use array.splice.
|
13 years ago |
alteredq
|
51bd5bcd7b
Added handling of vertex colors to GeometryUtils.tessellate.
|
13 years ago |
alteredq
|
3c0413aeaa
Added handling of vertex normals to GeometryUtils.tessellate.
|
13 years ago |
alteredq
|
70ee0cf598
Fixed bug in GeometryUtils.triangulateQuads.
|
13 years ago |
alteredq
|
a763461d42
Added lerpSelf to Vector2, Vector3 and UV. Added handling of UVs to GeometryUtils.tessellate.
|
13 years ago |
alteredq
|
14fdaa11e7
Added Face3.clone, Face4.clone, GeometryUtils.tessellate and tessellate + explode example.
|
13 years ago |
alteredq
|
0ed890f71c
Added Vertex.clone and GeometryUtils.explode.
|
13 years ago |
alteredq
|
5a48c3488e
Added GeometryUtils.triangulateQuads
|
13 years ago |
alteredq
|
befc98a01e
Refactored bounding box to use 2x Vector3 instead of custom object.
|
13 years ago |
alteredq
|
b1ef3409a6
Sorting out accidental double-merge.
|
13 years ago |
alteredq
|
3aa1767844
Merge remote-tracking branch 'remotes/mrdoob/dev' into dev
|
13 years ago |
Mr.doob
|
c5613ebb53
Implemented again @ekitson's improvement to GeometyUrils.center. Increased light intensity in loader_json_blender example.
|
13 years ago |
Mr.doob
|
5bcf179d3e
Merging with @alteredq's branch.
|
13 years ago |
Mr.doob
|
a640e74c70
Merge remote-tracking branch 'AddictArts/dev_collada' into dev
|
13 years ago |
alteredq
|
1d5a72ddc9
Resurrected UVs normalization (as GeometryUtils.normalizeUVs).
|
13 years ago |
Erik Kitson
|
fe8e1b881f
Added option to ColladaLoader to recenter all Geometry so that they are centered around the local origin of their containing Mesh.
|
13 years ago |
Mr.doob
|
2ea8cbae2a
Fixed a bug in GeometryUtils.merge where it would create a material index per face.
|
13 years ago |
Mr.doob
|
6b151b552e
Merging with @alteredq's experimental branches.
|
14 years ago |