NeoTuri
05-02-2001, 09:40 AM
I'm getting my OpenGL engine from using normal interleaved array to CVA (and VAR when I get some hardware). I was looking at the documentation from nVidia and didn't find any information that directly answered my questions.
1) Is possible to use interleaved arrays (not necessarily through glInterleavedArrays) with CVA? I'm guessing no since AGP memory is faster when written to sequencially.
2) What about normal vectors? Do they still get transfered via glNormalPointer ?
Any answers (preferably correct ones) are greatly appreciated.
1) Is possible to use interleaved arrays (not necessarily through glInterleavedArrays) with CVA? I'm guessing no since AGP memory is faster when written to sequencially.
2) What about normal vectors? Do they still get transfered via glNormalPointer ?
Any answers (preferably correct ones) are greatly appreciated.