eurotools / eurochef

Rust crates and utilities for Eurocom EngineX(T) files.
MIT License
13 stars 2 forks source link

Xbox 360 has a weird vertex format #3

Closed cohaereo closed 1 year ago

cohaereo commented 1 year ago

Following the vertex buffer there appears to be a texture coordinate buffer. This doesn't appear to work for every mesh though, as most meshes will have heavily skewed coordinates or straight up corrupted texture coordinates

cohaereo commented 1 year ago

Texture coordinates were not being applied to the vertex buffer correctly. Fixed in fda62f3