easy-gltf 1.1.5

glTF 2.0 loader with an easy to use output
Documentation
<h1 align="center">
    easy-gltf
</h1>
<p align="center">
   <a href="https://github.com/flomonster/easy-gltf/actions">
      <img src="https://github.com/flomonster/easy-gltf/workflows/Build/badge.svg" alt="github">
   </a>
   <a href="https://crates.io/crates/easy-gltf">
      <img src="https://img.shields.io/crates/v/easy-gltf.svg" alt="crates.io">
   </a>
   <a href="https://docs.rs/easy-gltf">
      <img src="https://docs.rs/easy-gltf/badge.svg" alt="docs.rs">
   </a>
</p>
<hr>

This crate is intended to load [glTF 2.0](https://www.khronos.org/gltf), a file format designed for efficient transmission of 3D assets.

It's based on the [gltf](https://github.com/gltf-rs/gltf) crate but has an easy to use output.

This crate is perfect for your rendering projects (raytracer, OpenGL, rasterizer...).

### Features

Here are the supported features of the crates:

- `extras`: Retrieve all metadata json information
- `names`: Retrieve names of objects
- `vertex-color`: Retrieve vertex color information

### Usage

For examples of use see the [crate documentation](https://docs.rs/easy-gltf).