Universal Mod Core

Universal Mod Core

2M Downloads

[Feature] Add a universal model API

Goldenfield192 opened this issue ยท 0 comments

commented

As for now UMC only provides obj model loader and almost every related classes are under package model.obj, including many reusable classes like VertexBuffer.

Besides it lacks a general API to access model data which mean modders must directly get the data from VBO themselves, making it quite difficult to migrate to glDrawElements which is recommended in 1.17+ and have a better performance than glDrawArray..