halo
08-20-2006, 11:32 AM
Anyone got a link to a good, simple LOD library in a DLL?
I am looking for something that just takes a vertex, indice, normal, and texcoord array, and returns a set of detail-reduced arrays. I would like to use a library, not an external application, because I want LOD reduction to be an automated process, internal to the engine.
This is a pretty simple and common need. There's got to be something out there like this.
I looked at GLOD, but it seems rather bloated.
Thanks.
I am looking for something that just takes a vertex, indice, normal, and texcoord array, and returns a set of detail-reduced arrays. I would like to use a library, not an external application, because I want LOD reduction to be an automated process, internal to the engine.
This is a pretty simple and common need. There's got to be something out there like this.
I looked at GLOD, but it seems rather bloated.
Thanks.