3d with ddraw

Started by
0 comments, last by Zer0 22 years, 5 months ago
i m using ddraw in my 2d game engine..however i wonder if its posible to use d3d for some 3d effect..is it posible..?
Advertisement
Possible, but not the best idea. Switching between DirectDraw and Direct3D is a fairly costly operation. If you want to incorporate 3D, you are better off moving completely to 3D and implementing 2D in D3D.
Author, "Real Time Rendering Tricks and Techniques in DirectX", "Focus on Curves and Surfaces", A third book on advanced lighting and materials

This topic is closed to new replies.

Advertisement