Hi all,
I'm looking for a way to use
Java 3d in headless mode. I'm trying to render some 3d images on a server without graphical interface; I'm using an offscren canvas and I don't actually need a graphical interface. But if I set headless mode I get an expception when I try to get a GraphicsConfiguration, which I need to instantiate the canvas. Is there any wourkaround for this?
Thanks
Eve