I try call povray to render a pov file from a Java applet.
This is the command I used in the applet:
"D:/Program Files/POV-Ray for Windows v3.6/bin/pvengine.exe //render
woodbox.pov"
It is call the povray application successful but cannot render the file, and a
error message appears "Unrecognized command /render on commandline".
Any advise for that situation pls?
Thanks
Harry
From: Leroy Whetstone
Subject: Re: Call POV Ray from Java
Date: 11 Nov 2008 23:36:41
Message: <491A5D53.5050600@joplin.com>
> "D:/Program Files/POV-Ray for Windows v3.6/bin/pvengine.exe //render> woodbox.pov" ^^^^^^^^
||||||||
Try dopping one of the '/' ------------------------------------here
At lease it works for c++;
Have fun!
Leroy Whetstone <lrw### [at] joplincom> wrote:
> > "D:/Program Files/POV-Ray for Windows v3.6/bin/pvengine.exe //render> > woodbox.pov" ^^^^^^^^> ||||||||> Try dopping one of the '/' ------------------------------------here> At lease it works for c++;> Have fun!
Yes, it works now.
Thanks a lot :)
Harry