Monday, July 07, 2003

I've done oh so little today.
Tommorrow I'm going to create a few small programs for DX, like I have been doing for Windows Programming and its various sprawling libraries.
For now I intend to finish the chapter on advance texturing.


Device->SetStreamSource(ModelBuffer);
Device->SetFVF(ModelFVF);Device->SetIndices(ModelIndices);
for(int i=0;i < NumMatrices; i++)
{
SetMatrix(ModelMatrix);
Device->DrawIndexedPrimitive(TRIANGLELIST);
}

No comments: