mirror of
https://codeberg.org/icewind/vmdl.git
synced 2026-06-03 16:44:11 +02:00
doc
This commit is contained in:
parent
1d8a63f99f
commit
c55dec1b4f
2 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ pub const MDL_VERSION: i32 = 7;
|
|||
|
||||
type Result<T> = std::result::Result<T, ModelError>;
|
||||
|
||||
/// The vtx file contains the mesh data for each mesh in an mdl, indexing into the vvd file
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct Vtx {
|
||||
pub header: VtxHeader,
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ pub use raw::{BoneWeight, Tangent, Vertex};
|
|||
|
||||
type Result<T> = std::result::Result<T, ModelError>;
|
||||
|
||||
/// The vvd file contains the raw vertex data that will be indexed into based on the vtx data
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct Vvd {
|
||||
pub header: VvdHeader,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue