
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
collada-archive-loader
Advanced tools
THREE js loader for loading a zipped Collada Archive or ZAE file.
In Progress
THREE js loader for loading a zipped ZAE Collada file
https://forums.khronos.org/showthread.php/10740-example-zae-files
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 <dae_root> element. This element is a UTF8 encoding of the relative URI pointing to a .dae file. If the URI contains a fragment then the indicated element is the starting point for application loading of the .zae archive. Otherwise, the element will be the starting point for application loading the .zae archive. If neither of these conditions is met then the behavior is undefined.
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
[0.1.3] - 2018-08-04
FAQs
THREE js loader for loading a zipped Collada Archive or ZAE file.
The npm package collada-archive-loader receives a total of 3 weekly downloads. As such, collada-archive-loader popularity was classified as not popular.
We found that collada-archive-loader demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.