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

decrement indicies in Point, Line, Polygon

simnalamburt opened this issue · comments

obj file uses 1-based index but we have to convert it into 0-based index

Decrement each values in Point, Line and Polygon