Mr.doob
|
92af99c6a0
OBJLoader: Fixed broken uvs.
|
8 жил өмнө |
Mr.doob
|
565c6fd0f3
OBJLoader: Removed more regexp usage and clean up.
|
8 жил өмнө |
James Baicoianu
|
951113963a
OBJLoader n-gon support
|
8 жил өмнө |
Mr.doob
|
29712f1ac1
OBJLoader: Added comment.
|
8 жил өмнө |
Kai Salmen
|
686896b9b8
Simplified "s" line parsing
|
8 жил өмнө |
Kai Salmen
|
67f24d0d2d
#11707 OBJLoader and OBJLoader2 are tolerant against smoothing group definitions without a value.
|
8 жил өмнө |
Mr.doob
|
6cfda9b71b
Editor: Support for blocks .zip
|
8 жил өмнө |
WestLangley
|
ff4d488d79
material.shading ==> material.flatShading
|
8 жил өмнө |
Mr.doob
|
8919ca3266
OBJLoader: Clean up.
|
8 жил өмнө |
Mr.doob
|
7ba811c6b7
Merge pull request #11343 from kaisalmen/Issue11270
|
8 жил өмнө |
Mr.doob
|
4ab3305a4a
Fixed some lgtm.com alerts.
|
8 жил өмнө |
Kai Salmen
|
bd3eda311e
#11270 OBJLoader assigns flat shading if smoothing group is defined as 0 or off. All other values lead to smooth shading
|
8 жил өмнө |
Kai Salmen
|
0ff805ff84
#9756 Updated to WWOBJLoader2 V1.1.0:
|
8 жил өмнө |
Mr.doob
|
102497da42
Docs/Examples: Renamed XHRLoader to FileLoader.
|
8 жил өмнө |
Mr.doob
|
6c7f000734
OBJLoader: Added workaround note.
|
9 жил өмнө |
Peter "Coburn" Fornari
|
f34e136206
Fixed memory leak in OBJLoader for V8 based js engines (#9680)
|
9 жил өмнө |
Daniel Hritzkiv
|
27f42fbe90
Handle line continuation character in OBJs (#9643)
|
9 жил өмнө |
Jonne Nauha
|
af06c2121d
OBJLoader: Fix bug that produced geom group and multi-material for objects where the last line is a material change. (#9645)
|
9 жил өмнө |
Daniel Hritzkiv
|
89b3d0babe
Normalize all line endings in an OBJ file (#9633)
|
9 жил өмнө |
Fernando Serrano
|
9889425cf3
Change Line for LineSegments in ObjLoader (#9533)
|
9 жил өмнө |
Jonne Nauha
|
3adf4783cf
OBJLoader: When a new o/g starts, inherit the currently parsed material. (#9013)
|
9 жил өмнө |
Jonne Nauha
|
61260bc6ad
OBJLoader: MultiMaterial and geometry group support (#8691)
|
9 жил өмнө |
Mr.doob
|
54ada559dc
OBJLoader: Clean up.
|
9 жил өмнө |
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.
|
9 жил өмнө |
Jonne Nauha
|
f855c88b1a
ObjLoader: Change double quotes.
|
9 жил өмнө |
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
|
9 жил өмнө |
Jonne Nauha
|
dc16db2ee9
ObjLoader: Dont do redundant parseNormalIndex if the abc values are the same, which seems to be the case for certain models.
|
9 жил өмнө |
Jonne Nauha
|
e6d6f45f8d
ObjLoader: Use single tick quotes, seems to be the common convention.
|
9 жил өмнө |
Jonne Nauha
|
dce794ddb1
Speed up regex execution by removing unused group captures from ^f lines.
|
9 жил өмнө |
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.
|
9 жил өмнө |