i'm trying to understand how the vertices are stored. If i create vertices and send them to the video card with drawIndexedTriangleList, it seems they're
uploaded to the videocard and transformed each frame.
do i have to use iMeshBuffer to make the vertices to be on videocard and avoid useless transfers every frame?
thanks for any info...