|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hi all,
I took a look a the PovRay Gui Extension.. I think I understand the concept,
but actually, I would like my app to call Povray, not Povray to call my app.
I guess it's possible since Moray uses this mechanism, but I don't seem to
find how...
Any idea?
Thanks,
O.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
What you want to do, is have your program create another process, in this
case povray. Unfortunately, it is fairly platform specific. I could give
you details on how to do it in Unix, and I've done it once in java, but I'm
assuming you're using Windows, C/C++? If so, you might start by looking up
the Process class. Hope this helps!
Barron
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Barron Gillon" <gil### [at] purdueedu> wrote in message
news:3fce9d30@news.povray.org...
> What you want to do, is have your program create another process, in this
> case povray. Unfortunately, it is fairly platform specific. I could give
> you details on how to do it in Unix, and I've done it once in java, but
I'm
> assuming you're using Windows, C/C++? If so, you might start by looking
up
> the Process class. Hope this helps!
Indeed, I'm using Windows, C++. But I meant using the PovRay API to
communicate with it.. just like Moray does.. I think it's via the
Gui-Extension of PovRay.. I can't figure it out.
Thanks,
O.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Thu, 4 Dec 2003 09:08:51 -0500, "Omega" <etr### [at] solvisionnet> wrote:
> Indeed, I'm using Windows, C++. But I meant using the PovRay API to
> communicate with it.. just like Moray does.. I think it's via the
> Gui-Extension of PovRay.. I can't figure it out.
Using search engine on http://news.povray.org/ with magic "GUI" keyword ;-)
ABX
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
ABX <abx### [at] abxartpl> wrote in
news:e0gusvs0hhloafoijbigla5h57g75le01a@4ax.com:
> On Thu, 4 Dec 2003 09:08:51 -0500, "Omega" <etr### [at] solvisionnet>
> wrote:
>> I think it's via the Gui-Extension of PovRay.. I can't figure
>> it out.
>
> Using search engine on http://news.povray.org/ with magic "GUI"
> keyword ;-)
>
And check out this page: http://www.imp.org/guiext/default.asp
It is incomplete, but it should get you started. If you can provide
feedback I will add to it, so that the next poor soul will have an easier
time of it. You can also look at the source of a working GUI Extension
called QuietPOV: http://www.dreampeach.com/QuietPOV
--
Tom
_________________________________
The Internet Movie Project
http://www.imp.org/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Tom Galvin" <tom### [at] imporg> wrote in message
news:Xns### [at] 204213191226...
> ABX <abx### [at] abxartpl> wrote in
> news:e0gusvs0hhloafoijbigla5h57g75le01a@4ax.com:
>
>
> And check out this page: http://www.imp.org/guiext/default.asp
Actually, I've gotten that far...
> It is incomplete, but it should get you started. If you can provide
> feedback I will add to it, so that the next poor soul will have an easier
> time of it. You can also look at the source of a working GUI Extension
> called QuietPOV: http://www.dreampeach.com/QuietPOV
>
I think that looking at that GUI would mostly resolve all my problems.. but
the source code link does not work :(
Thanks,
O.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |