Commit Graph
14 Commits
Author SHA1 Message Date
alteredq d60dc516a0 Updated TextGeometry example to have smooth shading for beveled text. 2011-08-22 17:25:05 +02:00
alteredq e95ca433b2 Merged latest zz85's shapes / curves / extruded geometry updates.
The only notable change I did was to rename ExtrudeGeometry's parameter "path" to "extrudePath" (as now there is also "bendPath").
2011-08-13 01:05:01 +02:00
zz85 3ddb5686ed Refactored extractAllPointsWithBend() to addWrapPath() with getAllProcessedPoints() 2011-08-11 15:37:37 +08:00
Mr.doob 0b910d7c31 * Simplified THREE.Color.
* Realised that canvas.context has a createPattern method which allows CanvasRenderer to support tiled textures \o/ (Examples where there is a CanvasRenderer and a WebGLRenderer at the same time may get errors because CanvasRenderer now uses texture.needsUpdate too).
2011-08-11 03:57:23 +02:00
zz85 6d6924a621 Add bend to webgl text example 2011-08-11 02:07:54 +08:00
alteredq c0d371be7c Merged with zz85's shape / path / extrude / bevel / text updates.
- moved 3d-only text parameters from TextPath into TextGeometry
- added safeguard for bevelSize and bevelThickness not affecting shape size if bevel is disabled
- updated text examples as now TextGeometry is not anymore centered
2011-07-28 19:19:52 +02:00
alteredq f962eb2ea6 bezel => bevel in TextGeometry and its example 2011-07-21 17:53:51 +02:00
alteredq 9596667876 Merged zz85's text bezel, extended text parameters API for bezel, added bezel to webgl text example. 2011-06-14 18:48:25 +02:00
Mr.doob bfdb10a85a Updated all examples so they use the renamed geometry classes. 2011-06-13 18:33:53 +02:00
zz85 02cd88bd91 patched fixes with alteredq and added support for gentilis 2011-06-06 21:29:13 -07:00
zz85 afe9d3b593 committing text fix changes not pushed :( 2011-06-06 20:45:49 -07:00
alteredq 44c0f34e2a Removed font from examples/js, now that fonts are in examples/fonts. 2011-06-07 00:48:10 +02:00
zz85 5c2e6ee5d7 saving before merge 2011-06-05 18:57:49 -07:00
zz85 f319a7214f WIP webgl text 2011-06-05 15:29:38 -07:00