kevinmoran

Results 3 issues of kevinmoran

Self-explanatory, guess you forgot that.

The advance parameter for characters was forgotten in the C format

When fetching data from an accessor there is this common code: ``` const uint8_t* element = cgltf_buffer_view_data(accessor->buffer_view); if (element == NULL) { return 0; } element += accessor->offset; ``` I...