Search:

Type: Posts; User: VertexBuffer

Search: Search took 0.00 seconds.

  1. Replies
    13
    Views
    8,549

    No Way!

    Companies like Microsoft, SquareEnix or Blizzard seem to have godlike Programmers. No way a single programmer could ever produce software like they do.
    They are programming gods imo.
    Games like...
  2. Replies
    3
    Views
    2,077

    many calls to drawprimitive

    So I will need to call DrawPrimitive for every single object (Vertex Buffer) like
    that:



    LPDIRECT3DVERTEXBUFFER object[5]; // initialized with Sets Of Vertices

    /* ... */

    D3DXMATRIX...
  3. Replies
    3
    Views
    2,077

    Moving Objects in D3D?

    So I got a set of Vertices like this:



    struct Vertex{
    float x,y,z;
    float nx,ny,nz;
    DWORD color;
    };
Results 1 to 3 of 3