vote up 1 vote down star

What is the best way to send Direct3D output to a printer or a plotter?

flag

50% accept rate

3 Answers

vote up 0 vote down

I would just take a screenshot of the entire 3d scene, and then print it out.

link|flag
Thanks. I found a more detailed explanation here: mvps.org/directx/articles/… – Agnel Kurian Nov 10 '08 at 6:47
vote up 2 vote down

I would do it by creating a BMP file from the front buffer and then printing that BMP:

http://www.mvps.org/directx/articles/screengrab.htm

link|flag
vote up 0 vote down

I would like to say that sending screenshot or image is only suitable for printers (raster graphic). If you want to draw on the plotter, you'll need use the special instruction for the particular model of plotter you intended to draw on. Plotters are restricted to draw only line art as oppose to raster graphics. Take a look at this wikipedia article

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.