Package Exports
- collada-archive-loader
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (collada-archive-loader) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
In Progress
zipped-collada-loader-js
THREE js loader for loading a zipped ZAE Collada file
https://forums.khronos.org/showthread.php/10740-example-zae-files
Archive Packaging
On import and export, DCC tools must support the .zae format, which is a zip archive of one or several .dae files (COLLADA documents) and all the referenced content (textures).
The archive must include a file named manifest.xml, an XML-encoded file that contains a
The URIs in the .zae files can reference any other file in the archive using relative paths from the root of the archive, in accordance with the URI standard.
The archive itself may include other archives (zip, rar, kmz, zae). The URI to reference a document inside a nested archive, itself inside the .zae archive, will use the name of the nested archive in the path. For example:
./internal_archive.zip/directory/document.dae#element
It is not possible to reference content outside of an archive using a relative URI, but it is valid to reference content using an absolute URI, such as:
file:///other_directory/other_document.dae#element