Skip to content

Releases: kaisalmen/WWOBJLoader

npm release 2.0.1

15 Oct 20:11
Compare
Choose a tag to compare
  • 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

27 Sep 21:46
Compare
Choose a tag to compare
  • OBJLoader2 and WWOBJLoader2 have been fused. Worker based asynchronous execution of the loader is now handled by parseAsync, load with useAsync flag or run 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

24 Aug 06:37
Compare
Choose a tag to compare

V1.3.0 npm release contained in official three.js R86

19 Jul 10:57
Compare
Choose a tag to compare
Text is removed when loading is completed

V1.2.1 npm release after official three.js R85

22 Apr 13:14
Compare
Choose a tag to compare

V1.1.1

26 Mar 07:35
Compare
Choose a tag to compare
Bumped own version to 1.1.1 and three.js dependency to 0.85.0

First official npm release

25 Mar 22:12
Compare
Choose a tag to compare
V1.0.7

Jumping to version V1.0.7 to to npm issue

First Official realease

20 Jan 22:10
Compare
Choose a tag to compare

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.