Commit Graph

  • 553c81dfaf Merge remote-tracking branch 'remotes/mrdoob/master' into dev alteredq 2011-08-15 19:00:30 +02:00
  • ab883ee74d merged upstream master timk 2011-08-15 01:17:44 +02:00
  • 2d5d984e62 merged upstream master timk 2011-08-15 01:17:02 +02:00
  • e06a811f5a Merge remote branch 'upstream/master' timk 2011-08-15 01:06:21 +02:00
  • cbb88c6f3b Added skinning example. alteredq 2011-08-14 23:19:43 +02:00
  • c4e4a58923 polylist timk 2011-08-14 22:58:41 +02:00
  • 2d1bd7d732 credits timk 2011-08-14 19:57:56 +02:00
  • dcf668f849 collada monster texture timk 2011-08-14 19:42:02 +02:00
  • 2c133f00c6 collada textures timk 2011-08-14 19:35:23 +02:00
  • 0a11f631b1 collada support timk 2011-08-14 18:26:46 +02:00
  • 1cdc3cd2b7 Merge commit 'r43' into experimental zz85 2011-08-15 00:17:36 +08:00
  • f66a6f547c remove some old code zz85 2011-08-15 00:15:42 +08:00
  • 50d4ed56e7 Added Text LOD example zz85 2011-08-14 19:50:31 +08:00
  • c51df8de0e Fixed missing parentheses. Mr.doob 2011-08-14 03:01:38 +02:00
  • 714e9ec302 REVISION++ r43 Mr.doob 2011-08-14 02:54:23 +02:00
  • d65aec1874 Moved object.dynamic to geometry.dynamic. Mr.doob 2011-08-13 23:22:30 +02:00
  • 5bbb1327e9 Fixed CanvasRenderer clearColor with opacity. Now follows WebGL behaviour. (thx @sebleedelisle) Mr.doob 2011-08-13 23:12:24 +02:00
  • 42b8b3faa9 Commented out debug dump in UTF8Loader, also capitalized UV.jpg in UTF8Loader example. alteredq 2011-08-13 02:13:06 +02:00
  • d5a54e0a4e Added UTF8 format loader and example. alteredq 2011-08-13 02:00:25 +02:00
  • e95ca433b2 Merged latest zz85's shapes / curves / extruded geometry updates. alteredq 2011-08-13 01:05:01 +02:00
  • 822b52e07b Rebuild libs. alteredq 2011-08-12 23:48:15 +02:00
  • f313ff5457 Merge remote-tracking branch 'jeromeetienne/master' into dev Mr.doob 2011-08-12 19:31:08 +02:00
  • 1f660d5df0 Fixed typo. Mr.doob 2011-08-12 19:29:13 +02:00
  • 1cb14c463b added preserveDrawingBuffer options in WebGLRenderer. required for toDataURL support Jerome Etienne 2011-08-12 14:38:38 +02:00
  • 0824c15a51 Curves refactored - addition of curve path, tangent finding, along with other bend changes and enhancements i may not remember zz85 2011-08-12 13:35:09 +08:00
  • 3ddb5686ed Refactored extractAllPointsWithBend() to addWrapPath() with getAllProcessedPoints() zz85 2011-08-11 15:37:37 +08:00
  • 7486cbb71a Merge remote-tracking branch 'alteredq/dev' into dev Mr.doob 2011-08-11 06:04:22 +02:00
  • 2883ff82e6 Fixed ubiquity test. Mr.doob 2011-08-11 06:03:50 +02:00
  • 5ff33eb3c3 Updated Blender exporter to export morph animations. alteredq 2011-08-11 04:55:13 +02:00
  • 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). Mr.doob 2011-08-11 03:57:23 +02:00
  • 6d6924a621 Add bend to webgl text example zz85 2011-08-11 02:07:54 +08:00
  • 4aaacae6ee Extended Blender exporter to support mesh merging and export of all / selected meshes as single JSON model. alteredq 2011-08-10 04:33:03 +02:00
  • 091126b233 Prototype text warping to curves/splines zz85 2011-08-10 04:14:52 +08:00
  • f9c24ff31a Merge remote-tracking branch 'remotes/mrdoob/dev' into dev alteredq 2011-08-08 16:55:20 +02:00
  • 9ade9bbdc5 Changed opaque pass to use front-to-back order. alteredq 2011-08-08 16:34:26 +02:00
  • 8ba6396db6 Merge branch 'master' into dev Mr.doob 2011-08-08 12:02:24 +02:00
  • 000dbd0b54 Added @inear's Infinite beanstalk to featured projects. Mr.doob 2011-08-08 12:01:44 +02:00
  • cb4d4a4fe8 Missing semicolons. Mr.doob 2011-08-08 11:30:51 +02:00
  • 5a82fb1d18 Added option for skipping morph frames in OBJ converter. alteredq 2011-08-07 07:09:03 +02:00
  • fd27811b7c Added better random in GeometryUtils. Added possibility of using custom depth material for shadow maps. alteredq 2011-08-06 02:50:31 +02:00
  • a4665c770e Small refactoring in morph attributes initialization plus some whitespace cleaning. alteredq 2011-08-04 18:09:50 +02:00
  • 59e5d7ada4 Small optimizations in attributes setting and some whitespace cleanup. alteredq 2011-08-04 16:51:02 +02:00
  • 6447455ed2 Put back proper Texture clone lost in merge. alteredq 2011-08-04 14:41:38 +02:00
  • 710fb962d6 Merge remote-tracking branch 'remotes/mrdoob/dev' into dev alteredq 2011-08-04 14:35:59 +02:00
  • 175064b071 Removed some leftover code in shadowmap example. alteredq 2011-08-04 14:28:21 +02:00
  • 1578a27d33 Updated constructor position and buils. Mr.doob 2011-08-03 16:20:58 +02:00
  • 1e152e5b61 Merge remote-tracking branch 'pushmatrix/master' into dev Mr.doob 2011-08-03 16:03:46 +02:00
  • 77a10f78ce Merging merging Mr.doob 2011-08-03 16:03:37 +02:00
  • 55b753ed09 Merging with @pushmatrix's mater. Mr.doob 2011-08-03 15:58:57 +02:00
  • 3641ff2c73 Fixed missing include in ubiquity example. Mr.doob 2011-08-03 15:42:13 +02:00
  • 0113a407a0 Merge remote-tracking branch 'alteredq/dev' into dev Mr.doob 2011-08-03 15:02:33 +02:00
  • 01bebe5c40 Added DataTexture, for creating textures out of raw data. alteredq 2011-08-03 00:50:43 +02:00
  • dc0425824a Added alphaTest parameter to base Material plus corresponding shader chunk in standard materials implementation. alteredq 2011-08-02 21:20:35 +02:00
  • 35b9c8dd69 Merge remote-tracking branch 'remotes/zz85/experimental' into experimental alteredq 2011-08-01 23:41:00 +02:00
  • a7b7377c03 Added curve segments parameter passing. defaults to 6 zz85 2011-08-02 04:17:58 +08:00
  • 3e321b4a17 Added passing of curveSegments for ExtrudeGeometry / TextGeometry down to Shape. alteredq 2011-08-01 22:10:49 +02:00
  • 15c6845a3b Added shadow receiving to ParticleBasicMaterial. alteredq 2011-08-01 18:42:50 +02:00
  • 3d94fc6bcf Refactored Shape.Utils.triangulateShape to use hashmaps instead of O( m * n ) loops. alteredq 2011-08-01 15:45:48 +02:00
  • 92465c4e4c Refactored ExtrudeGeometry.bevel to use less temporary vectors. alteredq 2011-07-31 23:53:17 +02:00
  • ce8b942ebe Merge remote-tracking branch 'remotes/zz85/experimental' into experimental alteredq 2011-07-31 21:40:51 +02:00
  • 56df7724ed Extended GeometryUtils with methods for getting random points. alteredq 2011-07-31 21:21:25 +02:00
  • 3db68227d5 Fixed the fish, added a smiley to shapes demo zz85 2011-07-31 03:58:16 +08:00
  • bbdea5f4fd Fixed ugly sharp corners with new bevel algorithm zz85 2011-07-31 02:59:17 +08:00
  • bafa6ec100 Added worker closing to JSON template in 3ds max exporter. alteredq 2011-07-29 16:29:36 +02:00
  • 54abb899c5 Merge remote-tracking branch 'alteredq/experimental' into experimental zz85 2011-07-29 05:28:40 +08:00
  • f875cfc6ad added centroid to path zz85 2011-07-29 05:28:34 +08:00
  • c5d812da29 Merge remote branch 'alteredq/dev' into dev Mr.doob 2011-07-28 20:30:05 +02:00
  • c0d371be7c Merged with zz85's shape / path / extrude / bevel / text updates. alteredq 2011-07-28 19:19:52 +02:00
  • 6376d99005 Added shadow map example. alteredq 2011-07-28 15:43:50 +02:00
  • b7987429ac Tried texture2DProj instead of texture2D for shadow maps. alteredq 2011-07-28 14:34:55 +02:00
  • 73cb0bf616 Added percentage-close filtering to shadow map shader. alteredq 2011-07-27 22:34:40 +02:00
  • d90f5e6875 Fixed text geo error zz85 2011-07-28 04:05:05 +08:00
  • faf189c3dc Some refactoring + cleanup for TextPath, Geometries, Shapes zz85 2011-07-28 03:56:21 +08:00
  • 5fd7ee2f3b Normalized FirstPersonCamera vertical look speed when using vertical look angle constrains. alteredq 2011-07-27 16:02:38 +02:00
  • ae2357a099 Added handling of multiple shadows. Added matrix4 array and texture array uniform types. alteredq 2011-07-27 15:38:07 +02:00
  • 4f3ba55ecb Adding the missing constructor reference to Three.js object prototypes pushmatrix 2011-07-26 23:35:21 -04:00
  • 3ce4e90909 Added forgotten SpotLight.js alteredq 2011-07-27 01:49:30 +02:00
  • 77341c86b1 First attempt at shadow mapping (work-in-progress). alteredq 2011-07-27 01:35:44 +02:00
  • eb17987efc New Bevel algorithm, TextPath, TextGeometry updated zz85 2011-07-27 05:32:46 +08:00
  • b72d731cd9 Really interesting (but wrong) bevel effects zz85 2011-07-27 03:32:03 +08:00
  • c7133cac6f Merging alteredq/dev zz85 2011-07-27 03:07:03 +08:00
  • 7dbf0554fd Fixed bevel but yet another problem zz85 2011-07-27 02:36:50 +08:00
  • 2134d6b36c bevel attempt 3b failed zz85 2011-07-27 01:38:06 +08:00
  • d1a2a18dc5 Merge remote-tracking branch 'alteredq/dev' into dev Mr.doob 2011-07-26 12:22:39 +02:00
  • 207df16bf6 Meging with alteredq's dev branch. Mr.doob 2011-07-26 12:22:30 +02:00
  • 547afeb332 Bevel version 3a failed zz85 2011-07-26 13:57:58 +08:00
  • f72cec853f Fixed FlyCamera Earth example. alteredq 2011-07-25 11:54:04 +02:00
  • b3f4e638cf Added up/down movement to FirstPersonCamera. alteredq 2011-07-25 11:49:32 +02:00
  • e9ca7cf7f3 Merge remote-tracking branch 'remotes/mrdoob/master' into dev alteredq 2011-07-25 11:31:32 +02:00
  • d44e284bc4 Added Matrix4 type to uniforms. Fixed Texture cloning. Fixed uniforms cloning for Vector2, Vector4 and arrays. alteredq 2011-07-25 11:03:11 +02:00
  • d8227e7a6d Big bang attempt at Text + Path + Shape + Extrude Integration. Lots of things to fix zz85 2011-07-23 23:21:57 +08:00
  • ea73f43d65 Merge remote-tracking branch 'alteredq/dev' into dev Mr.doob 2011-07-22 21:18:58 +02:00
  • d1f5c68066 Merging with alteredq's dev. Mr.doob 2011-07-22 21:18:20 +02:00
  • f96e48d0c3 Merge branch 'master' into dev Mr.doob 2011-07-22 20:38:39 +02:00
  • 418780fc74 Fixed yet another glitch with CanvasRenderer.setClearColor (thx @StephenHopkins) Mr.doob 2011-07-22 20:37:54 +02:00
  • fc6b13d9ba Added path.createSpacedPointsGeometry() and extended shapes example to show such equidistantly sampled paths. alteredq 2011-07-21 23:06:14 +02:00
  • 87cc607c4f Added createPointsGeometry for Path. alteredq 2011-07-21 22:00:57 +02:00
  • e52edb5d1a Refactored Shape API: replaced bool parameter in extractAllPoints with two named methods. alteredq 2011-07-21 18:35:21 +02:00
  • f962eb2ea6 bezel => bevel in TextGeometry and its example alteredq 2011-07-21 17:53:51 +02:00
  • c35cca9ecf Changed canvas_geometry_shape => webgl_geometry_shapes. alteredq 2011-07-21 17:34:28 +02:00