View Full Version : 3ds faster?
Hi,
What is faster, loading model from 3ds file or rendering it by counting vertexes, setting colors and then "GL_TRIANGLES"?
Arath
08-29-2002, 06:05 AM
I tried to understand your question but in vain, what did you try to compare a loading and a rendering?
Arath
Loading 3ds meshes means reading the vertex, normal and texture data from a .3DS file.
Then, use the data as parameters in OpenGL calls like GL_TRIANGLE, GL_POLYGON, etc.
These are separate steps in the same overall process.
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.