You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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..