Kai Salmen
|
502f5816cc
#15060 Updated documentation
|
6 年之前 |
Kai Salmen
|
c1016a6c7e
- Original Repo Issue 47: Fixed incorrect vertex color pointerC initialization (omitting first set of values)
|
6 年之前 |
Mugen87
|
6a2e54ef30
MTLLoader: Introduced new path handling.
|
6 年之前 |
Mr.doob
|
9902f2dd4a
Revert "ObjLoader2: Minimification fix"
|
6 年之前 |
Tristan VALCKE
|
efe3e9d297
OBJLoader2: Apply style
|
7 年之前 |
Tristan VALCKE
|
c348557a1c
OBJLoader2: Fix hard coded class name in Worker code that break minification.
|
7 年之前 |
Mugen87
|
0b76ce4b77
Global: Improve code style
|
7 年之前 |
Kai Salmen
|
bfcc9cef24
#14606: `OBJLoader2` allows to register a generic error handler. If this callback is available it will be used instead of a throw. `LoaderWorkerDirector` uses this callback to report a problem, but continue with the next loading task.
|
7 年之前 |
Kai Salmen
|
ea49123258
Updates OBJLoader2 to V2.4.1 which fixes the following bugs:
|
7 年之前 |
Kai Salmen
|
5a390957b7
OBJLoader2 V2.4.0:
|
7 年之前 |
Kai Salmen
|
0e736cee1d
#13156 OBJLoader2 V2.3.1:
|
7 年之前 |
Steven Lu (PuTTY Win10 on Centos 7 hydra1[tmux])
|
5b7838a886
this allows a custom loader manager to be used with objloader2
|
7 年之前 |
Kai Salmen
|
0e93351e94
#12900 Fixed wrong scope in case of error in loadMtl
|
7 年之前 |
Kai Salmen
|
cb2280ffc2
OBJLoader2 V2.2.1 Bugfixes:
|
7 年之前 |
Kai Salmen
|
6dee6d14de
OBJLoader2 V2.2.0
|
7 年之前 |
Kai Salmen
|
8b25556aac
OBJLoader2 V2.1.2:
|
7 年之前 |
Kai Salmen
|
9ab5e05c42
- Issue21: Fixed 'o' or 'g' declaration lead to early cleanup of stored vertex data
|
7 年之前 |
Kai Salmen
|
eb4003ef0b
#12397 Flipped position of logger and manager in LoaderBase, MeshSpray and OBJLoader2.
|
7 年之前 |
Kai Salmen
|
3fbe20c7e9
OBJLoader2 V2.1.0:
|
7 年之前 |
Kai Salmen
|
c519bc5a5a
#12324 Fix slashes in string pattern (e.g. usemtl) were replaced by spaces
|
7 年之前 |
Kai Salmen
|
ee0f34f5c5
Updated documentation: OBJLoader2 complete, LoaderSupport (50%)
|
7 年之前 |
Kai Salmen
|
67bc763b8f
Renamed RawObject to RawMesh and RawObjectDescription to RawMeshSubGroup
|
8 年之前 |
Kai Salmen
|
bb09a6d4bf
#12120: Fixed mesh name needs to depend on group or object name of RawObject and not its sub-descriptions (RawObjectDescription)
|
8 年之前 |
Kai Salmen
|
5b2257bf01
OBJLoader2 now supports indexed BufferGeometry creation. Default is the usual brute force approach. General switch to disregard normals is also available
|
8 年之前 |
Kai Salmen
|
88bec67f2e
OBJLoader2: Workers are only kept alive when run with external WorkerSupport is used
|
8 年之前 |
Kai Salmen
|
d7f8f698e4
#11746 First version of OBJLoader2 V2.0.0 intended for review
|
8 年之前 |
Kai Salmen
|
03428eaaec
RawObject did not correctly set the material reference. Adjusted logic of RawObject.finalize
|
8 年之前 |
Kai Salmen
|
8926c8dfb6
Face and line detection only depends on slash and buffer length.
|
8 年之前 |
Kai Salmen
|
37cfd7b41d
OBJLoader2: Clean-up
|
8 年之前 |
Kai Salmen
|
921eff23d4
Removed the need for slashes and face buffer. Only buffer and simple attributes are parsed to processLine function due to simplified face detection algorithm
|
8 年之前 |