Open
Description
Tex coords are never align. Even though I copied the rmesh parser in scpcb.
Converted to rust. How would we use two sets of uvs in a single mesh?
for k in 0..2 {
let u = cursor.read_f32::<LittleEndian>()?;
let v = cursor.read_f32::<LittleEndian>()?;
}
Metadata
Metadata
Assignees
Labels
No labels