Punchey
12-17-2000, 07:37 PM
Does anyone know if OpenGL provides any functionality to tesselate or de-tesselate a mesh? That is, to automatically add or remove detail from a mesh? I'm asking this because I want to use a less detailed model of an object when it's farther away since you can't see the deatil anyway. Do I have to resort to the brute force method of creating and loading multiple version of the same model and picking the one to use based on the distance? If so, isn't there ANY automated way to add/remove detail from a mesh without having to totally remodel the thing? Thanks!