Skip to content

A threejs loader for 3D files in various custom formats, with a focus on compression and streaming.

License

Notifications You must be signed in to change notification settings

bunnybones1/threejs-modelMultiLoader

Repository files navigation

threejs-modelmultiloader

experimental

A threejs model loader that supports DAE, JSON and a few custom variations of JSON which support streaming and compression.

Supported formats are:

  • DAE (Autodesk collada)
  • JSON (converted by the official threejs converter)
  • JSON TREE (A split up version of the JSON format, optimized for streaming)
  • TARGZ (A compressed version of the JSON format, optimized for size)
  • TARGZ TREE(A compressed version of the JSON TREE format, optimized for size and streaming)

Usage

NPM

License

MIT, see LICENSE.md for details.

About

A threejs loader for 3D files in various custom formats, with a focus on compression and streaming.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published