aboutsummaryrefslogtreecommitdiff
path: root/src/classes/mesh.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-03-14 11:20:02 +0100
committermetamuffin <metamuffin@disroot.org>2025-03-14 11:20:02 +0100
commit6debd2c0a230d623c06869ca4c4f13519f53eb5d (patch)
treea6a2ea4163599833be71fc240ce5fc219eb57afe /src/classes/mesh.rs
parentb9affdc70b3fa206c44e1fee352a85dc4f7a27b0 (diff)
downloadunity-tools-6debd2c0a230d623c06869ca4c4f13519f53eb5d.tar
unity-tools-6debd2c0a230d623c06869ca4c4f13519f53eb5d.tar.bz2
unity-tools-6debd2c0a230d623c06869ca4c4f13519f53eb5d.tar.zst
improve PPtr functions
Diffstat (limited to 'src/classes/mesh.rs')
-rw-r--r--src/classes/mesh.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/classes/mesh.rs b/src/classes/mesh.rs
index b8b9e90..f0b2173 100644
--- a/src/classes/mesh.rs
+++ b/src/classes/mesh.rs
@@ -85,6 +85,7 @@ impl FromValue for Mesh {
})
}
}
+
impl Mesh {
pub fn read_indecies(&self) -> Vec<[u32; 3]> {
if self.index_format == 0 {