10 Commits
Author SHA1 Message Date
alteredq 852738580e Added dynamic terrain example. 2011-11-08 20:54:57 +01:00
alteredq 1658d7f083 Removed workers from Blender exporter.
Fixed Blender importer to work with Blender 2.60, add option for importing workers or non-worker models.

Fixed more examples to use worker-less format. All examples should work now.

Only Max exporter should be left to change.
2011-10-31 16:51:50 +01:00
alteredq d2cad69664 Started to remove workers from the asset pipeline.
Work-in-progress => do not merge yet.

OBJ converter, JSONLoader, BinaryLoader and some examples are done. Still need to do Blender exporter, SceneLoader and more examples.

Advantages:

- faster parse times
- bypass array initializer size limit in Firefox
- no more crashes in Chrome 15 (caused by too many concurrently active workers)

Disadvantages:

- more browser UI freezing
- multiple models tend to appear all at once with the last one (instead of popping up progressively)
2011-10-30 22:09:55 +01:00
Mr.doob 6b151b552e Merging with @alteredq's experimental branches. 2011-10-23 12:34:46 +02:00
alteredq a60595b3f7 Removed edges handling from asset pipeline (Blender exporter, OBJ converter, JSONLoader). 2011-10-02 16:13:44 +02:00
Mr.doob f0ef2532b8 Merging with @timknip2's mater. 2011-08-22 14:39:31 +02:00
timk ab883ee74d merged upstream master 2011-08-15 01:17:44 +02:00
timk dcf668f849 collada monster texture 2011-08-14 19:42:02 +02:00
timk 0a11f631b1 collada support 2011-08-14 18:26:46 +02:00
Mr.doob 38ac2817a0 Added morphtargets animation example. 2011-05-30 06:11:59 +01:00