Help Regarding tuts

Started by
0 comments, last by brohan 20 years, 2 months ago
hi i am new to programming and i have been havig problem learning directx somehow i understood ttill the tutorial 3 at andypike but at tutorial 4 i am tottaly confused can anyone help me with this it will be very kind of you if you help me in a easier way since i dont want logging data just how to load two or more cube on the screen
Advertisement
What part don''t you understand? Depth buffers?

A depth buffer is what determines if vertices are drawn infront, behind, or in the middle of other vertices when they are rendered. IIRC, it consists of floats that tell the current depth of the pixel. If a vertex has a lower value than the current pixel (it''s closer) it overdraws it. If it has a higher value (it''s behind) it isn''t drawn. For a better explanation, look up "Depth Buffers" in the SDK docs.


Dustin Franklin
Mircrosoft DirectX MVP
Dustin Franklin ( circlesoft :: KBase :: Mystic GD :: ApolloNL )

This topic is closed to new replies.

Advertisement