Hi, I'm trying to do a 3D tile engine in DirectX 8. My tiles are loaded into VBs (one for each) but I don't know how to draw the same VB at different positions. I don't want to modify the VB data by the way. Thanks for help!