Commit History

Author SHA1 Message Date
  alteredq 9c2cc81fc9 Added to OBJ converter warning and skipping of morphs with different numbers of vertices than the original model. 14 years ago
  alteredq 0f3ba92d7e Fixed bug in OBJ converter which was preventing it from not using any alignment ("-a none"). 14 years ago
  alteredq 6972b1b5fc Added support for morph targets to OBJ converter. 14 years ago
  alteredq 2b90f7c047 Fixed broken converter multi-dot filenames fix. 14 years ago
  alteredq a273871911 Fixed handling of file names with multiple dots in exporters and converters. 14 years ago
  alteredq 40bbe28c40 Fixed OBJ converter to handle edge case where MTL file has more materials than corresponding OBJ file. 14 years ago
  alteredq 88a13e7d39 Added safeguard in OBJ converter for not crashing on zero-sized degenerate normals. 14 years ago
  alteredq bbe7e87df6 Changed OBJ converter to use just texture file names instead of full absolute file paths. 14 years ago
  alteredq ccdff87382 Changed also JSON model files and exporters/converters to use CamelCase property names. 14 years ago
  alteredq 4adb1eea37 Added option to OBJ converter allowing to invert material transparency (some models interpret 0 as opaque and 1 as transparent). 14 years ago
  alteredq f02f057677 Fixed broken material names generation in OBJ converter. 14 years ago
  unknown ed6f2ccd79 Testing workflow with branches - this should merge changes from "master" branch to "materials". 14 years ago
  alteredq ca7e2fc923 Added model alignment to new Blender exporter. 14 years ago
  alteredq b3bacc8af8 Refactored OBJ slim converter (to make it easier to reuse ASCII converter snippets in Blender exporter). 14 years ago
  alteredq a0fa2ae3dd Optimized binary model format to use indexed UVs. Updated OBJ slim converter and Loader accordingly. 14 years ago
  alteredq 188f36be5d Optimized ASCII model format to use indexed UVs. Updated OBJ slim converter and Loader accordingly. 14 years ago
  alteredq 514a2e6135 Merged with latest changes in mrdoob's branch. All hex colors should be now without baked opacity. 14 years ago
  alteredq 0cb79310e5 Added experimental binary mesh loader. Updated OBJ converter and examples accordingly. 14 years ago
  alteredq 49d1bd170b Made JSON model format slimmer by flattening arrays. Modified Loader and OBJ converter accordingly. 14 years ago
  alteredq 5192428f25 Added Loader class providing both asynchronous JS and web worker based loading of models. 14 years ago