Historie revizí

Autor SHA1 Zpráva Datum
  Jonne Nauha 0bca52669f ObjLoader: Ignore silently o/g line declarations that are not followed by any geometry (f) before a new o/g is started. Discussed in #6682. před 9 roky
  Jonne Nauha f855c88b1a ObjLoader: Change double quotes. před 9 roky
  Jonne Nauha cac908dcd9 ObjLoader: Implement creating THREE.Line correctly when geometry is type of line. Adds support for 'l ' lines from the obj spec, which apprently is used by the ObjExporter. Related to discussion in #8427 před 9 roky
  Jonne Nauha dc16db2ee9 ObjLoader: Dont do redundant parseNormalIndex if the abc values are the same, which seems to be the case for certain models. před 9 roky
  Jonne Nauha e6d6f45f8d ObjLoader: Use single tick quotes, seems to be the common convention. před 9 roky
  Jonne Nauha dce794ddb1 Speed up regex execution by removing unused group captures from ^f lines. před 9 roky
  Jonne Nauha 01d16b7dff Move funcs and state declared on each parse call to a state object. Functions no longer use/manipulate variables from parent scope. před 9 roky
  Jonne Nauha 711a9c31c6 ObjLoader improvements: před 9 roky
  Andrey Kaipov cec75f95da Adhere to mrdoob's white-space conventions před 9 roky
  Andrey Kaipov e874d2e834 Update OBJLoader.js to parse blank named objects and groups před 9 roky
  Jeff Lindsey bde34a85a2 Modify smoothing pattern to support multiple digits před 9 roky
  Mr.doob 02259b6594 OBJLoader: Clean up. před 9 roky
  Mr.doob bf64a817b9 Merge pull request #7893 from vidstige/trustworthy-objloader před 9 roky
  Samuel Carlsson b4f6c8cd5f Whitespace před 9 roky
  Samuel Carlsson aaee8e179d Removing redundant exception type. před 9 roky
  Samuel Carlsson d62fbac8c3 OBJLoader now throws on invalid obj files před 9 roky
  Mr.doob a88a3e62d7 XMLHttpRequest doesn't have crossOrigin. Fixes #7568. před 9 roky
  Mr.doob 8c693904df OBJLoader: Reverted g removal. před 9 roky
  Mr.doob 7bc5d5207a OBJLoader: Remove g from object_pattern. See #7524. před 9 roky
  Mr.doob dd7d07e56e OBJLoader/MTLLoader: Added setPath() před 9 roky
  Daniel Hritzkiv 30729c2fa9 "g" line match like "o" lines in OBJ parser před 9 roky
  Daniel Hritzkiv ef39e33d17 tweak variable definitions; change check for objects in file; regex pattern changes; misc před 10 roky
  Daniel Hritzkiv 13febe3f3d Add reference to materials to OBJ Loader před 10 roky
  gero3 923256459e fixed files to codestyle před 10 roky
  Mr.doob 70e4206dbf Merge branch 'unify_loaders' of https://github.com/zinefer/three.js into dev před 10 roky
  Mr.doob d47b8fba72 Reverted console.* to THREE.* change. See #5791. před 10 roky
  brason eb68622a6e Add missing semicolons před 10 roky
  Jan Waller 90dd7cc0d3 #5791 Use unified Log,Warn & Error handlers, rather than directly using console.error/warn/log před 10 roky
  Alexander Rose de657cc605 code cleanup, removed variable re-declarations před 10 roky
  James Kiefer a82e43d7f8 attempty to unify all loaders and plumb manager & crossOrigin před 10 roky