1100 Commits
Author SHA1 Message Date
Mr.doob feb60d1fa0 Updated builds. r37 2011-03-23 06:05:15 +00:00
Mr.doob fd3e2c1833 Merge remote branch 'alteredq/master' 2011-03-23 06:03:49 +00:00
Mr.doob 48a9714eed Also removed Blender 2.49 exporter for the time being. 2011-03-23 06:03:36 +00:00
alteredq bc8570fbe0 Fixed subtle tricky bug in JSONLoader.
This was messing models with mixed uv/non-uv faces.

Also bumped up version number for max exporter.
2011-03-23 06:29:31 +01:00
Mr.doob 0dc51e5687 Added copy method to THREE.Color.
Updated GeometryUtils.merge with Face*.color changes.
2011-03-23 00:18:39 +00:00
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. 2011-03-22 19:40:19 +00:00
Mr.doob d8478abfd0 Made example code easier to understand. 2011-03-22 19:17:33 +00:00
Mr.doob 084ab383cd Changed README example code. 2011-03-22 19:06:45 +00:00
Mr.doob ae80b2b894 REVISION ++
Updated builds and README.
2011-03-22 18:58:06 +00:00
alteredq a069bbf966 Updated max exporter to use new JSON model format.
(also fixed vertex colors to use proper per-face-vertex colors)
2011-03-22 08:30:12 +01:00
alteredq d9a930caa4 Added second cube for Blender vertex color example (courtesy of mrdoob). 2011-03-22 04:29:08 +01:00
alteredq 91ef6a7188 Merge remote branch 'remotes/upstream/experimental' into experimental 2011-03-22 04:18:56 +01:00
alteredq 673ff47199 Blender exporter now exports proper per-face-vertex vertex colors. 2011-03-22 04:17:49 +01:00
Mr.doob bcee3465e3 Merge remote branch 'alteredq/experimental' into experimental 2011-03-22 01:33:20 +00:00
Mr.doob 1faa8ab964 Minor clean up. 2011-03-22 01:33:04 +00:00
Mr.doob 55a6938f26 SVGRenderer doesn't need ParticleCanvasMaterial 2011-03-22 01:17:48 +00:00
alteredq 5cf2b5c0ac Fixed vertex color demo. 2011-03-22 02:17:40 +01:00
Mr.doob cfbaaa4f68 CanvasRenderer: Properly rendering Face4 with SmoothShading now :') 2011-03-22 01:06:16 +00:00
Mr.doob 76c2720a4f Merge remote branch 'alteredq/experimental' into experimental 2011-03-22 00:33:35 +00:00
Mr.doob b7ec7b175e Projector: Fixed crash when Face4 had vertex normals. 2011-03-22 00:33:26 +00:00
alteredq 25b47616fa Changed order of materials in WebGL materials demo.
As now buffers are created based on first material that is encountered per shared Geometry, most complex material should go first.
2011-03-22 01:21:42 +01:00
Mr.doob 562864d376 Merge remote branch 'alteredq/experimental' into experimental 2011-03-21 23:50:32 +00:00
Mr.doob 27dbb644be CanvasRenderer: Brought back Face4+MeshDepthMaterial rendering. 2011-03-21 23:50:19 +00:00
alteredq 8f8c60475c Merge remote branch 'remotes/upstream/experimental' into experimental 2011-03-22 00:48:06 +01:00
alteredq 9db71a171a Fixed tangents and UVs in Blender exporter.
Also updated docstring for OBJ converter.

All WebGL examples should now work.
2011-03-22 00:32:45 +01:00
Mr.doob b45411552c Merge remote branch 'alteredq/experimental' into experimental 2011-03-21 19:07:38 +00:00
Mr.doob 0cb62b71ae Added WebGL equirectangular panorama demo.
Merging with alteredq's branch.
2011-03-21 19:05:12 +00:00
alteredq 478dd2d960 Fixed bug in OBJ converter.
This one was messing up face types for faces with more than 4 vertices (which are truncated to quads).
2011-03-21 17:53:35 +01:00
Mr.doob dd27dac124 Updated builds. 2011-03-21 06:22:45 +00:00
alteredq ce69f7dc1d Synced with mrdoob's experimental branch. 2011-03-21 07:19:12 +01:00
Mr.doob fc82363151 Merge remote branch 'alteredq/experimental' into experimental 2011-03-21 06:14:44 +00:00
alteredq ce68ecbc95 Merge remote branch 'remotes/upstream/experimental' into experimental 2011-03-21 07:12:38 +01:00
alteredq 3b6b3dc578 Made more examples working. 2011-03-21 07:10:12 +01:00
Mr.doob 69644c6751 CanvasRenderer Terrain demo is back :_) It's been borken for a while... 2011-03-21 05:55:50 +00:00
Mr.doob c119abcaac Merge remote branch 'alteredq/experimental' into experimental 2011-03-21 05:42:11 +00:00
Mr.doob 5a0a200ce4 RenderableFace4 is back (thus 2x speed boost on all examples using quads). 2011-03-21 05:41:55 +00:00
alteredq 044a27b530 Merge remote branch 'remotes/upstream/experimental' into experimental 2011-03-21 05:38:53 +01:00
alteredq 071de366c2 Updated Blender exporter to export new JSON format.
Also some fixes along the way to properly handle vertex colors in loaders.

Many things still broken, but we move forward.
2011-03-21 05:36:12 +01:00
Mr.doob f35e8092c6 More uvs fixes.
About to try to bring Face4 back.
2011-03-21 02:59:02 +00:00
Mr.doob cc38750d18 Yet more uvs tweaks. 2011-03-21 01:55:44 +00:00
Mr.doob 3a732f7c89 Merge remote branch 'alteredq/experimental' into experimental 2011-03-21 01:00:27 +00:00
Mr.doob 999a87358b Some more clean up in Projector and CanvasRenderer.
Fixed some examples that used ParticleCircleMaterial.
2011-03-21 00:59:15 +00:00
alteredq 548289b3a4 Fixed remaining extras/geometries, GeometryUtils and few examples. 2011-03-21 01:39:01 +01:00
alteredq 8546a3bddb Fixed BinaryLoader. 2011-03-21 01:07:01 +01:00
alteredq d775e22a90 Merge remote branch 'remotes/upstream/experimental' into experimental 2011-03-21 01:00:20 +01:00
alteredq 2989defcc8 First version that is at least partially working with the new model format ;).
Tons of things still broken.
2011-03-21 00:58:12 +01:00
Mr.doob 1d2d88bc66 Merge remote branch 'alteredq/experimental' into experimental 2011-03-20 21:48:57 +00:00
Mr.doob 348bb3be59 Merging with alteredq's branch. 2011-03-20 21:48:50 +00:00
Mr.doob a7740f47fc ParticleCircleMaterial ⟶ ParticleCanvasMaterial (canvas code injection) 2011-03-20 21:47:11 +00:00
alteredq 0dd0b90e9f Removed extra init of UV layer 0 for Sphere. 2011-03-20 22:32:08 +01:00