Releases: kaisalmen/WWOBJLoader
Releases · kaisalmen/WWOBJLoader
npm release 2.0.1
- three.js issue 12324: Fix slashes in string pattern (e.g. usemtl) were replaced by spaces
- Fixed line processing with uv
npm release 2.0.0
OBJLoader2
andWWOBJLoader2
have been fused. Worker based asynchronous execution of the loader is now handled byparseAsync
,load
withuseAsync
flag orrun
which is used for batch processing- All common functionality independent of OBJ parsing has been moved to package
THREE.LoaderSupport
. Thease are:- Builder
- LoadedMeshUserOverride
- WorkerSupport
- WorkerRunnerRefImpl
- WorkerDirector
- PrepData
- Commons
- Callbacks
- Validator
- ConsoleLogger
OBJLoader2.parse
method accepts arraybuffer or string as input.- Indexed rendering is supported.
- Issue #15:
ConsoleLogger
now encapsulates all console logging. Logging can be fully deactivated or switched to debug mode - Issue #16: progress callbacks provide numerical values to indicate overall progress of download or parsing
V1.4.1 npm release contained in official three.js R87
Updated version to 1.4.1
V1.3.0 npm release contained in official three.js R86
Text is removed when loading is completed
V1.2.1 npm release after official three.js R85
Updated the CHANGELOG.md
V1.1.1
First official npm release
V1.0.7 Jumping to version V1.0.7 to to npm issue
First Official realease
This is the first official release of WWOBJLoader2.
It includes bundle and minified versions of OBJLoader2
and WWOBJLoader
, the documentation and the single page version of the examples.