Skip to content

Incorrect tex coords #2

Open
Open
@DotWith

Description

@DotWith

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions