Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gltf-pipeline

Package Overview
Dependencies
Maintainers
5
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gltf-pipeline - npm Package Versions

1234

0.1.0-alpha5

Diff

Changelog

Source

0.1.0-alpha5 - 2016-11-02

  • Added MergeDuplicateProperties for stages merging duplicate glTF properties, like materials and shaders. #152
    • mergeDuplicateAccessors is now a part of this stage.
    • RemoveUnusedProperties stage names are changed from removeUnusedXXX to removeXXX. MergeDuplicateProperties conforms to this naming convention.
  • quantizedAttributes has an optional normalized flag to use the glTF 1.0.1 accessor.normalized for a higher precision decode matrix. #165
  • Fixed an issue where pipeline extras are not removed when running Pipeline.processJSON and Pipeline.processFile. #180
  • Added support for generating hard normals with the -f flag and for removing normals with -r. #173
  • Preserve non-default shader attributes when generating shaders. #175
  • The _3DTILESDIFFUSE semantic is added to the model's technique when optimizeForCesium is true. #174
lilleyse
published 0.1.0-alpha4 •

Changelog

Source

0.1.0-alpha4 - 2016-08-25

  • cacheOptimization no longer crashes on primitives without indices. #154
  • Public API is exposed via index.js #153
    • Documentation has been added for all exposed functions.
    • OptimizationStats is removed from removeUnused stages.
    • gltfPipeline.js is now named Pipeline.js.
    • bakeAmbientOcclusion.js now directly exports the bakeAmbientOcclusion function.
    • bakeAmbientOcclusion now takes a glTF asset as its first parameter to match the function signature of other stages.
    • All removeUnused stages have been consolidated to RemoveUnusedProperties to clean up the global scope.
    • readBufferComponentType and writeBufferComponentType have been renamed to readBufferComponent and writeBufferComponent respectively.
lilleyse
published 0.1.0-alpha3 •

Changelog

Source

0.1.0-alpha3 - 2016-07-25

  • Converted the API to now use promises instead of callbacks. #135
lilleyse
published 0.1.0-alpha2 •

Changelog

Source

0.1.0-alpha2 - 2016-07-21

  • Fixed an issue causing some compressed accessors to not render. #148
  • Fixed a quantization rounding issue. #147
lilleyse
published 0.1.0-alpha1 •

Changelog

Source

0.1.0-alpha1 - 2016-07-20

  • Initial release.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc