In Brief

In this chapter, our applications started using much more efficient rendering techniques, for example

  • Using vertex buffers to store our vertex data, and drawing multiple primitives from the same buffer

  • Creating textures for more realistic objects

  • Including data in our vertex buffer to tell Direct3D where to render the texture on the primitives

In the next chapter we will begin discussing more advanced rendering techniques, including using index buffers, using other primitive types, and using depth buffers.

Get Managed DirectX® 9 Kick Start: Graphics and Game Programming now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.