Hi, I’d like to know some details about using that extension (VERTEX_ARRAY_RANGE_NV) and dynamic geometry. I’m using a Pool of AGP VAR memory to store the interpolation of some models and their DOT3 lighting every frame, and I’m using the CPU for that tasks (yes, I’m doing it the old way
) I’ve the keyframes of that models to be interpolated in system memory, and I also have some static geometry stored in Display Lists and system vertex arrays…
-
Since I’m using the CPU for interpolation and D0T3 lighting and the source data are in system memory, should I store the result in an intermediate system buffer and then copy the entire block to the VAR pool, or it’s better to just store the results directly to VAR mem. while they are being calculated?
-
I’ve to render display lists and system vertex arrays all in the same frame, could I enable the extension once and render everything or I have to disable the extension/render system arrays & DL, and the enable the extension/render VAR geometry?
-
I’ve just a big pool of AGP VAR mem, but it’s mem. is never used completely (that depends on the geom. on screen)… I’ll gain some speed if I change the length of the vertex array range every frame? ( calling glVertexArrayRangeNV with the same AGP mem pointer but the bytes used, not the real size of the pool )
Well… that’s it
Thanks in advance!
_> Royconejo.
[This message has been edited by royconejo (edited 02-02-2002).]