Mr.doob
|
5ba7abc69b
Deprecated THREE.Vertex.
|
13 years ago |
Mr.doob
|
ded6c16ad3
Changed Vertex so it's just a Vector3 and updated all the examples. Fixes #1703.
|
13 years ago |
zz85
|
bbfb8044f5
use THREE.TubeGeometry.FrenetFrames in THREE.ExtrudeGeometry. created a starfruit extrusion
|
13 years ago |
zz85
|
109b3c5590
cleaned up the path/spline extrusion portion of ExtrudeGeometry a bit.
|
13 years ago |
zz85
|
b9c05f1f8b
fixed a serious bug with spaced points for spline extrusion in ExtrudeGeometry
|
13 years ago |
zz85
|
155fca7b04
ExtrudeGeometry using TubeGeometry internally for TNB frames. Added webgl_geometry_extrudePath.html to test ExtrudeGeometry
|
13 years ago |
zz85
|
0de29f2da9
Just adjusting some formatting in ExtrudeGeometry
|
13 years ago |
zz85
|
a513d010b1
Some refactoring of ExtrudeGeometry\s useSpacedPoints as an option to parameter in THREE.Shape
|
13 years ago |
zz85
|
3f010463f9
Started adding 3d spline path extrusion support to THREE.ExtrudeGeoemtry
|
13 years ago |
Ueyama Satoshi
|
136f133e89
Several cleanings for future enhancement:
|
13 years ago |
alteredq
|
9f806fa522
Made ExtrudeGeometry creating UVs for all faces all the time.
|
13 years ago |
alteredq
|
a763461d42
Added lerpSelf to Vector2, Vector3 and UV. Added handling of UVs to GeometryUtils.tessellate.
|
13 years ago |
alteredq
|
6b014f8684
Updated Closure compiler. Added more verbose compile warnings. Fixed all compile warnings. Started to fix runtime warnings in examples.
|
13 years ago |
Dean Jackson
|
5965061ca1
Extruded geometry was treating materials as objects rather than indices and
|
13 years ago |
alteredq
|
a9cc8bceb5
Applied manually fixes from @broady to 'dev' branch.
|
14 years ago |
Mr.doob
|
6b151b552e
Merging with @alteredq's experimental branches.
|
14 years ago |
zz85
|
61a407f37b
Updated Curve.js, Updated builds
|
14 years ago |
alteredq
|
fb6d579d35
Merged zz85's experimental branch.
|
14 years ago |
zz85
|
99879fad11
UV mapping for Extrude Geometry - now ExtrudeGeometry takes in 2 additional parameters, material for front/back faces, extrudeMaterial for extrusion and beveled faces
|
14 years ago |
zz85
|
92cb10ea7f
Extrude Geometry UV mapping WIP1
|
14 years ago |
zz85
|
50d4ed56e7
Added Text LOD example
|
14 years ago |
alteredq
|
e95ca433b2
Merged latest zz85's shapes / curves / extruded geometry updates.
|
14 years ago |
zz85
|
0824c15a51
Curves refactored - addition of curve path, tangent finding, along with other bend changes and enhancements i may not remember
|
14 years ago |
zz85
|
3ddb5686ed
Refactored extractAllPointsWithBend() to addWrapPath() with getAllProcessedPoints()
|
14 years ago |
zz85
|
6d6924a621
Add bend to webgl text example
|
14 years ago |
zz85
|
091126b233
Prototype text warping to curves/splines
|
14 years ago |
alteredq
|
3e321b4a17
Added passing of curveSegments for ExtrudeGeometry / TextGeometry down to Shape.
|
14 years ago |
alteredq
|
92465c4e4c
Refactored ExtrudeGeometry.bevel to use less temporary vectors.
|
14 years ago |
alteredq
|
ce8b942ebe
Merge remote-tracking branch 'remotes/zz85/experimental' into experimental
|
14 years ago |
zz85
|
3db68227d5
Fixed the fish, added a smiley to shapes demo
|
14 years ago |