LWJGL Forum

Programming => OpenGL => Topic started by: mcallan on April 05, 2006, 06:52:32

Title: lwjgl and export postscript
Post by: mcallan on April 05, 2006, 06:52:32
Hi,

How can export a 3D image from lwjgl to a postcript file (vectorial , not bitmap) ?

Regards

allan
Title: lwjgl and export postscript
Post by: Matzon on April 05, 2006, 08:17:47
You would have to write your own exporter.
Since lwjgl doesn't dictate any input nor output formats, you should export your own graph to whatever format suits you.