Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 848 Bytes

CHANGELOG.md

File metadata and controls

35 lines (20 loc) · 848 Bytes

gltf-builder

0.9.0

Minor Changes

  • 997785c: Setters for the Node component allow vectors and matrices formatted as arrays or typed arrays

0.8.0

Minor Changes

  • Converted this repository to Typescript. This package will now ship with TS type declarations."

0.7.1

Patch Changes

  • b65fd8f: Fix incorrect handling of Float32Arrays in data accessor builder utils

0.7.0

Minor Changes

  • Allow user specified indexes for supported primitive properties
  • Capitalise names of enums

0.6.0

Minor Changes

  • 0b36081: Publish non-bundled builds
  • 085cde7: Rename utilities for generating data accessors for primitives to be usage agnostic. Add new utility for vec2 data.
  • 1f1c340: Add components necessary for setting textures on materials
  • 085cde7: Add utility for generating texture object from buffer data