Reputation: 53
I'm trying to create a game in android with java not ndk.I want to learn how can we load models in screen and what is the fastest way of it?Which way the professionals use for load models?
I have seen some libraries but i heard that they are very slow.
Upvotes: 1
Views: 238
Reputation: 938
if your have GPU's support,you could try VBO tech, that load vertexes into GPU's momory.
Upvotes: 1