Commit Graph

  • 0cefeed567 Merged zz85's Shape / Path / Curve / ExtrudeGeometry updates. alteredq 2011-07-21 14:38:31 +02:00
  • 830bf1e2b6 Merge remote-tracking branch 'remotes/mrdoob/master' into dev alteredq 2011-07-21 12:13:48 +02:00
  • e37a02805a Updated Extrude Shape Examples zz85 2011-07-21 14:23:45 +08:00
  • 2af891d742 change bevel vertices order zz85 2011-07-21 13:13:18 +08:00
  • 9a23a3e9b0 Merge branch 'master' into dev Mr.doob 2011-07-21 04:55:22 +02:00
  • c957594590 Merging with master. Mr.doob 2011-07-21 04:55:14 +02:00
  • 71778b81a5 Yet another tweak to CanvasRenderer handling clearColor (thanks @StephenHopkins) Mr.doob 2011-07-21 04:44:26 +02:00
  • ca40f42e89 adding smoothed sine bevel zz85 2011-07-21 01:58:31 +08:00
  • adebbf39cb adding bevel zz85 2011-07-21 01:37:11 +08:00
  • d738718e93 Merge remote-tracking branch 'remotes/mrdoob/master' into dev alteredq 2011-07-20 15:14:28 +02:00
  • ebe1b549bd Merge branch 'master' into dev Mr.doob 2011-07-20 15:03:36 +02:00
  • 0ced732273 Merging with master. Mr.doob 2011-07-20 15:03:26 +02:00
  • e21dccf35a Fixed issue where CanvasRenderer setClearColor wasn't working as expected. Mr.doob 2011-07-20 14:55:25 +02:00
  • 0d3eaed561 checks for holes order zz85 2011-07-19 21:12:53 +08:00
  • 3f6a5e66c9 right side faces for extrusion zz85 2011-07-19 10:48:15 +08:00
  • 41e1ff019b Some progress with shape + hole zz85 2011-07-18 12:16:34 +08:00
  • 7637e3464b Merge remote-tracking branch 'alteredq/dev' into dev Mr.doob 2011-07-17 18:32:42 +02:00
  • 20e155ae35 Merging with @alteredq's dev branch. Mr.doob 2011-07-17 18:32:29 +02:00
  • 71f07b9127 Playing with holes.. Need a clear mind to write this cleanly zz85 2011-07-17 00:40:28 +08:00
  • 8be77c8830 Added ArcCurve zz85 2011-07-17 00:11:55 +08:00
  • c148e7429b removed shape.triangluate() triangulation to be done in extrusionGeometry zz85 2011-07-16 23:42:56 +08:00
  • 817c2dd527 Got rid of Spline2 zz85 2011-07-16 23:29:15 +08:00
  • ae71419f1f Fixed SplineCurve array bug zz85 2011-07-16 23:25:14 +08:00
  • 5b59b06a67 Testing getPoints() and getSpacePoints() zz85 2011-07-16 23:19:19 +08:00
  • b287fd1d86 curves zz85 2011-07-16 20:59:15 +08:00
  • 0819fc65b8 messing with new curve object zz85 2011-07-16 18:39:15 +08:00
  • fd1618881f Making the variable user-customizable Chandler Prall 2011-07-15 19:33:59 -07:00
  • bc73d01762 Added alpha-test particle billboards example. alteredq 2011-07-15 02:19:06 +02:00
  • a3dee4b05f Updated builds. Mr.doob 2011-07-15 00:07:13 +02:00
  • 5d99bb7b24 Safer CanvasRedenderer's texturePath(). Mr.doob 2011-07-15 00:03:28 +02:00
  • 0ceb528837 Safer CanvasRenderer's expand(). Mr.doob 2011-07-14 23:24:00 +02:00
  • 5859ac66a6 Updated stale individual JS file includes in examples that don't use build libs. alteredq 2011-07-14 15:47:03 +02:00
  • d31398b28d Added THREE namespace to GeometryUtils. alteredq 2011-07-14 15:28:44 +02:00
  • ee98b4ce6e Added forgotten detector to custom attributes particle billboards example. alteredq 2011-07-14 14:28:07 +02:00
  • 41b7eb7047 Added custom attributes example for billboard particles. alteredq 2011-07-14 14:17:10 +02:00
  • 7ee8fb8f53 Playing with text wrapping with quad bezier using arc lengths zz85 2011-07-14 15:07:59 +08:00
  • cac14305d1 Playing with non-linear transformations in Path and Text zz85 2011-07-14 14:25:09 +08:00
  • 55efc95b58 Added WebGL detector to custom attributes examples. alteredq 2011-07-14 02:02:57 +02:00
  • 2014fb8b7f Added handling of custom attributes for ParticleSystems. alteredq 2011-07-14 01:45:30 +02:00
  • f1559f0186 Merged zz85's stepping + spline path extrusions. alteredq 2011-07-13 00:04:57 +02:00
  • 372e383e2b Trying to better handle depth test state changes for flares/sprites/stencil. alteredq 2011-07-12 20:34:04 +02:00
  • 802b5376be Added ExtrudeGeometry Steps and Extrusion by Path. Updated example with Spline Shapes. zz85 2011-07-13 01:57:35 +08:00
  • 6e90ed8c6e added steps zz85 2011-07-13 01:13:31 +08:00
  • 049f85e7c7 inital an perhaps buggy additions of spline to path zz85 2011-07-13 00:44:28 +08:00
  • 2f5303fb57 fixes for reversed faces zz85 2011-07-13 00:02:51 +08:00
  • 3d365cdbdc Added forgotten ExtrudeGeometry.js and Shape.js alteredq 2011-07-12 16:43:59 +02:00
  • 256f9a671a Fix for specular component of Phong and normal map materials. Hope so. alteredq 2011-07-12 02:57:05 +02:00
  • 23e315cb33 Merged zz85's Path / Shape / Extrude geometry. Cleaned up and refactored it a bit. alteredq 2011-07-12 00:46:57 +02:00
  • 3ba8cc4d1e Merge remote-tracking branch 'remotes/zz85/master' into dev alteredq 2011-07-11 18:39:04 +02:00
  • 5793675853 Rebuild libs. alteredq 2011-07-11 18:38:48 +02:00
  • 762f58a490 Shape Extrusion zz85 2011-07-11 20:00:02 +08:00
  • d141ea8577 Added CORS support to ImageUtils. Mr.doob 2011-07-10 23:53:42 +02:00
  • c32f89a1d8 Updated builds. alteredq 2011-07-09 20:22:05 +02:00
  • f1e4f59afc Merge branch 'master' into dev alteredq 2011-07-09 20:16:03 +02:00
  • 82a0bcfc26 fixed a typo. Nico Kruithof 2011-07-09 19:49:02 +02:00
  • 8544110f6f Fixed Blender importer to work with Blender 2.58. alteredq 2011-07-09 00:35:39 +02:00
  • 53a732065a Added fog to normal map shader. alteredq 2011-07-08 01:42:25 +02:00
  • a4397e2a4c Updated Blender normal map pipeline to handle also specular and AO maps. alteredq 2011-07-07 23:54:17 +02:00
  • ce6b6b9cbb Merge branch 'master' of https://github.com/mrdoob/three.js alteredq 2011-07-06 23:37:42 +02:00
  • 2202f0a66c Fixed broken custom attributes demo. alteredq 2011-07-06 23:36:36 +02:00
  • 01dac8249b Merge remote-tracking branch 'alteredq/master' zz85 2011-07-07 01:21:31 +08:00
  • d6fa775026 Fixed typo on README. Mr.doob 2011-07-06 18:55:58 +02:00
  • 7593b8d58a REVISION++ r42 Mr.doob 2011-07-06 17:01:33 +02:00
  • 920ebceb0f Updated builds. Mr.doob 2011-07-05 19:38:35 +02:00
  • 5673a0749d Merge remote-tracking branch 'NINE78/master' Mr.doob 2011-07-05 19:36:41 +02:00
  • 848b4036e4 Merging with @NINE78 branch. Mr.doob 2011-07-05 19:36:19 +02:00
  • cbc868d4e5 Collision detection for double sided mesh faces. Nik Van den Wijngaert 2011-07-03 12:14:45 +02:00
  • ece93dfe6e Updated builds. Mr.doob 2011-07-05 13:11:44 +02:00
  • c82b3a5079 Merge remote-tracking branch 'NINE78/master' Mr.doob 2011-07-05 13:04:07 +02:00
  • 8bf95541b0 Some clean up. Testing out texImage2D instead of texSubImage2D again. @alteredq: which browsers/os didn't like this combo? Mr.doob 2011-07-05 01:01:24 +02:00
  • ce39f2aa41 Detector.js message now pointing to get.webgl.org. Mr.doob 2011-07-03 18:15:27 +02:00
  • a5b7ea85a9 Removed Sound object and SoundRenderer. Updated misc_sound example with same functionality. Mr.doob 2011-07-03 15:10:28 +02:00
  • 2429806888 Updated builds. Mr.doob 2011-07-03 13:02:46 +02:00
  • 6f900482f2 Merge remote-tracking branch 'alteredq/master' Mr.doob 2011-07-03 12:56:58 +02:00
  • 176d0f2884 Merging with @alteredq's branch. Mr.doob 2011-07-03 12:56:50 +02:00
  • 77eed2ea8c Removed most of SeceneUtils methods for simplicity reasons. Fixed examples that were using them. Mr.doob 2011-07-03 12:53:58 +02:00
  • 797068131d Collision detection for double sided mesh faces. Nik Van den Wijngaert 2011-07-03 12:14:45 +02:00
  • ed92022b4b Updated Blender 2.58 exporter with recent changes from 2.57 exporter. alteredq 2011-07-03 04:34:21 +02:00
  • 70a6000d23 Rebuild libs. alteredq 2011-07-03 02:59:36 +02:00
  • d7a82b348a Merge remote-tracking branch 'remotes/chriskillpack/rename-fpcamera' into dev alteredq 2011-07-03 02:53:27 +02:00
  • 280a28dfdc Merged with mrdoob's branch. alteredq 2011-07-03 02:33:16 +02:00
  • 07d54a4d0f Rename FPCamera to FirstPersonCamera. Chris Killpack 2011-07-02 16:04:55 -07:00
  • 78fb8ac6f8 Applied @alteredq's sprite removal bugfix. Mr.doob 2011-07-02 12:37:45 +02:00
  • bb332e5fcd Extended Loader base class to handle normal map materials. alteredq 2011-07-02 04:35:45 +02:00
  • 522da65881 Fixed Sprite removal bug. alteredq 2011-07-01 23:30:12 +02:00
  • d6345d7113 Fixed runaway _sprite global in WebGLRenderer. alteredq 2011-07-01 21:59:02 +02:00
  • 1c26dd25ac Fixed collisions examples. Mr.doob 2011-07-01 18:56:41 +02:00
  • e604036b21 Changed normal map examples to use new normal map shader with standard lights. alteredq 2011-07-01 16:20:03 +02:00
  • 457b7a6000 Refactored normal map shader to use standard lights. alteredq 2011-07-01 04:44:26 +02:00
  • 28c165f8d6 Updated builds. Mr.doob 2011-06-30 12:34:11 +02:00
  • 2c502ae5db Switched examples over to FPCamera. Chris Killpack 2011-06-29 10:51:14 -07:00
  • d311d0e674 Rename QuakeCamera to FPCamera. Chris Killpack 2011-06-28 21:49:33 -07:00
  • 7ffb2f45ba Merge remote-tracking branch 'alteredq/master' zz85 2011-06-24 22:45:25 -07:00
  • 19bf382881 Updated builds. Mr.doob 2011-06-24 17:16:46 +02:00
  • 21739383a4 Merge remote-tracking branch 'rectalogic/euler' Mr.doob 2011-06-24 17:07:15 +02:00
  • 0825c1f612 Add support for additional Euler rotation orders. Andrew Wason 2011-06-24 10:06:15 -04:00
  • 4b2de9b91d Reverted to proper Matrix4.multiply() (thanks @lukem1) Mr.doob 2011-06-23 15:37:16 +02:00
  • 83628d5e15 Fix python for Blender 2.58 modified: 2.58/scripts/addons/io_mesh_threejs/__init__.py Juraj Michalek 2011-06-23 10:24:07 +02:00
  • 237800b9c4 Fixed support for Blende 2.58 new file: 2.58/scripts/addons/io_mesh_threejs/__init__.py new file: 2.58/scripts/addons/io_mesh_threejs/export_threejs.py new file: 2.58/scripts/addons/io_mesh_threejs/import_threejs.py Juraj Michalek 2011-06-23 10:22:06 +02:00
  • 89a4d0e51c Fixed Ray.js distance calculation so it uses world position. Mr.doob 2011-06-21 13:04:59 +02:00