simnalamburt / obj-rs

:shipit: Wavefront obj parser for Rust

Home Page:https://docs.rs/obj-rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Load larger models

aladvs opened this issue · comments

Apologies for opening another "issue", but when loading extremely large models using load_obj(), I keep getting the

'Unable to convert the index from usize'

error. The documentation isn't very clear on load_obj, so how can I load larger models?

Thank you.

Change I type parameter of Obj type from u16 into u32, u64, u128

References