Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V3.0.0: OBJLoader2 becomes OBJLoader & LoaderSupport evolves to WorkerLoader #36

Closed
kaisalmen opened this issue Mar 20, 2018 · 2 comments
Assignees

Comments

@kaisalmen
Copy link
Owner

kaisalmen commented Mar 20, 2018

Goals:

  • OBJLoader2 should replace OBJLoader and therefore it needs to become independent of LoaderSupport.

  • WorkerSupport and WorkerDirector should be transformed to a generic WorkerLoader or WorkerParser and WorkerLoaderDirector.

  • LoaderSupport will disappear and all functionality will move in one of the three units

@kaisalmen kaisalmen self-assigned this Mar 20, 2018
@kaisalmen kaisalmen changed the title V3.0.0: OBJLoader2 becomes OBJLoader and generic WorkerLoader V3.0.0: OBJLoader2 becomes OBJLoader & LoaderSupport evolves to WorkerLoader Mar 21, 2018
@kaisalmen
Copy link
Owner Author

@donmccurdy fyi, this my current playground for generic WorkerLoader and future OBJLoader(2):
https://github.com/kaisalmen/WWOBJLoader/tree/Issue36/src/loaders

kaisalmen added a commit that referenced this issue Aug 4, 2018
kaisalmen added a commit that referenced this issue Aug 20, 2018
… can be used in Main and Worker. Make callbacks of WorkerSupport reconfigurable (use differently in load and parse)
kaisalmen added a commit that referenced this issue Aug 22, 2018
…Execute of LoadingTask. Clarified callback naming.
kaisalmen added a commit that referenced this issue Aug 23, 2018
…d serialization of classes that use Object.assign. URL are made absolute only then FileLoader works in Worker.
kaisalmen added a commit that referenced this issue Aug 24, 2018
kaisalmen added a commit that referenced this issue Aug 24, 2018
kaisalmen added a commit that referenced this issue Aug 27, 2018
…in case of async parse / load that do not contain complex data. initWorker is now always performed in case of async load or parse
kaisalmen added a commit that referenced this issue Aug 29, 2018
kaisalmen added a commit that referenced this issue Aug 29, 2018
…rrently uses document to load script (not working in WW)
kaisalmen added a commit that referenced this issue Aug 30, 2018
kaisalmen added a commit that referenced this issue Aug 31, 2018
…ation capabilities. DRACOLoader code is adjusted and then serialized for Worker usage
kaisalmen added a commit that referenced this issue Aug 31, 2018
kaisalmen added a commit that referenced this issue Sep 5, 2018
…lass of CodeSerializer now allows to include only specified functions
kaisalmen added a commit that referenced this issue Sep 7, 2018
…xt requires code changes. Put all WorkerLoader examples in "test/wlwrapper"
kaisalmen added a commit that referenced this issue Sep 9, 2018
…he parser function name is specified (done by Parser itself). WIP sync parse with WorkerLoader wrappers.
kaisalmen added a commit that referenced this issue Sep 13, 2018
…loader are now declared as local function and overridden when worker code is built.
kaisalmen added a commit that referenced this issue Sep 14, 2018
…on to set properties in object from configuration. WLGLTFLoader is a wrapper around parse for WorkerLoader that utilizes WWDRACOLoader
@kaisalmen
Copy link
Owner Author

This has become obsolete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant