zz85
|
84d1be3618
fixed UVs removal in .mergeVertices()
|
13 years ago |
zz85
|
4becf192df
fixed a very rare case situation when a duplicated vertex in a face4
|
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
|
3c98b09457
Fixed bug in quad tessellation in geometry.computeTangents.
|
13 years ago |
alteredq
|
025fb6243a
Merge part 2.
|
13 years ago |
alteredq
|
cb41542aad
Refactored morph normals to be optional.
|
13 years ago |
alteredq
|
a372d5ee6c
Moved computeMorphNormals from JSONLoader into Geometry.
|
13 years ago |
alteredq
|
27afa046be
First attempt at morph normals.
|
13 years ago |
alteredq
|
82256dc777
Refactored bounding box and bounding sphere computation to handle geometries with zero vertices.
|
13 years ago |
alteredq
|
8ec6317ef8
Added BufferGeometry for direct rendering from typed arrays.
|
13 years ago |
alteredq
|
befc98a01e
Refactored bounding box to use 2x Vector3 instead of custom object.
|
13 years ago |
Mr.doob
|
d196b36c51
Removed useVertexNormals boolean from computeFaceNormals.
|
13 years ago |
Mr.doob
|
6b151b552e
Merging with @alteredq's experimental branches.
|
14 years ago |
zz85
|
cdd5a20de2
Switched to hashmap implementation for mergeVertices()
|
14 years ago |
zz85
|
b5f4b24204
moved `computeEdgeFaces()` from `Geometry` to `SubdivisionGeometry`
|
14 years ago |
zz85
|
8ead1b1a91
Fixed mergeVertices(). Moved from CubeGeometry to Geometry. Now checkDupVertices(true) removes duplicated vertices
|
14 years ago |
zz85
|
61a407f37b
Updated Curve.js, Updated builds
|
14 years ago |
zz85
|
c2e0d05ec6
Playing around with UVs
|
14 years ago |
zz85
|
8edfa99583
Rename SubdivisonGeometry.js to SubdivisionGeometry.js. Fix geometries which use duplicate vertices. SubdivisionGeometry tested with Cube/Sphere/Cylinder/TextGeometry
|
14 years ago |
zz85
|
3e8c66f6e1
fixed Geometry.js so computeEdgeFaces() writes face indices to edges
|
14 years ago |
Mr.doob
|
c543ba6540
GeometryUtils.applyMatrix -> Geometry.applyMatrix
|
14 years ago |
Mr.doob
|
3d67cf43c3
Projector now using the "array.length = 0" way.
|
14 years ago |
Mr.doob
|
d65aec1874
Moved `object.dynamic` to `geometry.dynamic`.
|
14 years ago |
Mr.doob
|
1578a27d33
Updated constructor position and buils.
|
14 years ago |
Mr.doob
|
55b753ed09
Merging with @pushmatrix's mater.
|
14 years ago |
Mr.doob
|
087066524a
Added boundingSphere check for Meshes in Ray ( improving performance considerably).
|
14 years ago |
alteredq
|
f7e3a80d70
Added edges computation to OBJ converter.
|
14 years ago |
alteredq
|
7915999bdd
Added edges to Blender exporter, JSONLoader and Geometry.
|
14 years ago |
Mr.doob
|
abb4a774cd
Merging with alteredq.
|
14 years ago |
Mr.doob
|
5c33ce01e2
Unfortunately C4D exporter is outdated and we don't use that. Removing it for now... Hopefully someone will re-port the Blender exporter again.
|
14 years ago |