mirror of
https://codeberg.org/icewind/vmdl.git
synced 2026-06-04 00:54:14 +02:00
more orientation work
This commit is contained in:
parent
7f4adac2db
commit
d40299f3aa
7 changed files with 252 additions and 180 deletions
|
|
@ -8,7 +8,7 @@ use gltf_json::mesh::{Mode, Primitive, Semantic};
|
|||
use gltf_json::texture::Info;
|
||||
use gltf_json::validation::Checked::Valid;
|
||||
use gltf_json::{Accessor, Extras, Image, Index, Material, Mesh, Texture, Value};
|
||||
use image::png::PngEncoder;
|
||||
use image::codecs::png::PngEncoder;
|
||||
use image::GenericImageView;
|
||||
use std::mem::size_of;
|
||||
use vmdl::Model;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue