xboxscene.org forums

Author Topic: Ib / Vb In Xboxdash  (Read 71 times)

XBOX War3z

  • Archived User
  • Hero Member
  • *
  • Posts: 587
Ib / Vb In Xboxdash
« on: July 22, 2003, 04:23:00 AM »

wink.gif called XPRViewer
and the xpr file has vertex buffers and index buffers
and in the source there are comments (so no source, hope this is ok?)
CODE
   // Create and lock our vertex buffer


CODE
// Set up a quad in the vertex buffer


and even some functions for vertexbuffer anyone looked into that?
Logged

BenJeremy

  • Archived User
  • Hero Member
  • *
  • Posts: 5645
Ib / Vb In Xboxdash
« Reply #1 on: July 22, 2003, 04:33:00 AM »

Index and Vertex buffers are used to display 3-D models.

Is that your question? What is the question?
Logged

Wishi

  • Archived User
  • Full Member
  • *
  • Posts: 191
Ib / Vb In Xboxdash
« Reply #2 on: July 22, 2003, 04:57:00 AM »

I'm thinking there's quite a few people who have "looked" into these index/vertex buffers as they're used quite heftily in DirectX.
Logged

XBOX War3z

  • Archived User
  • Hero Member
  • *
  • Posts: 587
Ib / Vb In Xboxdash
« Reply #3 on: July 22, 2003, 08:42:00 AM »

it's for the m$ dashboard hacking
there are .vb and .ib files
Logged