# Gltf v0.1.0 - Table of Contents

> Reader for the glTF 2.0 3D interchange format — .gltf and .glb, with accessor decoding that handles interleaved strides and sparse substitution.

## Pages

- [gltf](readme.md)
- [Changelog](changelog.md)

## Modules

- [Gltf](Gltf.md): Reads glTF 2.0 assets — `.gltf` JSON and `.glb` binary containers.
- [Gltf.Accessor](Gltf.Accessor.md): Decodes accessor data.
- [Gltf.Buffer](Gltf.Buffer.md): Resolves the buffers a glTF document refers to.
- [Gltf.Glb](Gltf.Glb.md): The GLB binary container.
- [Gltf.Node](Gltf.Node.md): Node transforms and scene-graph traversal.

- Exceptions
  - [Gltf.Error](Gltf.Error.md): Describes a failure to read a glTF asset.

