Closed omnisci3nce closed 1 year ago
makes it a bit cleaner to iterate through items instead of having to do something like m.material = ((bh_material *)materials->data)[j]; to cast and get the right index out.
m.material = ((bh_material *)materials->data)[j];
makes it a bit cleaner to iterate through items instead of having to do something like
m.material = ((bh_material *)materials->data)[j];
to cast and get the right index out.