droidman
droidman

Reputation: 53

What is the fastest way of loading models in OpenGL ES Android?

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

Answers (1)

YETI
YETI

Reputation: 938

if your have GPU's support,you could try VBO tech, that load vertexes into GPU's momory.

Upvotes: 1

Related Questions