pub type SubmeshEntry = SubmeshData;Aliased Type§
pub struct SubmeshEntry {
pub indices: Range<u32>,
pub vertex_base: i32,
}Fields§
§indices: Range<u32>A range of indices within the mesh group’s index buffer
vertex_base: i32The base vertex to be added to the value of each index in the
submesh. Warning: vertex_base values greater than 0 are not
supported on some targets (notably web).