Crates.io | minetest-gltf |
lib.rs | minetest-gltf |
version | 3.0.1 |
source | src |
created_at | 2024-02-13 10:25:19.592942 |
updated_at | 2024-03-13 23:36:06.56935 |
description | glTF 2.0 loader with an easy to use output. Modified extensively for the minetest-rust engine. |
homepage | |
repository | |
max_upload_size | |
id | 1138344 |
size | 3,760,357 |
This crate is intended to load glTF 2.0, a file format designed for efficient transmission of 3D assets.
It's based on the gltf crate but has an easy to use output.
This crate was originally easy-gltf.
This crate has been completely modified for the minetest-rust engine.
To install it, just add the dependency in your Cargo.toml
.
[dependencies]
minetest-gltf="3.0.1"
For examples of use see the crate documentation.