|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hello,
How do you call povray to render in a PictureBox from c# in the way that
Moray does?
Is this a matter of something like this (Then loading the output image
into the PictureBox):
Process myProc = new Process();
myProc.StartInfo.Filename = "dir\abc.exe";
myProc.StartInfo.Arguments = "file1, file2, file3";
myProc.Start();
Or is there any api documentation (or code sample in any language) someone
can point me to?
Thanks!
--
Ian McDonald
Lean Agile .NET 4.0/MVC
Senior Application Architect,
Developer and Security Analyst
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Am 02.01.2011 04:03, schrieb [GDS|Entropy]:
> Hello,
>
> How do you call povray to render in a PictureBox from c# in the way that
> Moray does?
>
...
>
> Or is there any api documentation (or code sample in any language)
> someone can point me to?
Yes: The Moray code :-P
There is a plug-in API for POV-Ray, which allows you to plug-in other
software (like Moray) into POV-Ray. There must be some kind of
documentation /somewhere/ on the web pages.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
clipka <ano### [at] anonymousorg> wrote:
> Am 02.01.2011 04:03, schrieb [GDS|Entropy]:
> > Hello,
> >
> > How do you call povray to render in a PictureBox from c# in the way that
> > Moray does?
> >
> ...
> >
> > Or is there any api documentation (or code sample in any language)
> > someone can point me to?
>
> Yes: The Moray code :-P
>
> There is a plug-in API for POV-Ray, which allows you to plug-in other
> software (like Moray) into POV-Ray. There must be some kind of
> documentation /somewhere/ on the web pages.
You may also want to look for 'GUI Extension'.
Stephen S
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Sat, 01 Jan 2011 22:10:34 -0500, clipka <ano### [at] anonymousorg> wrote:
> Am 02.01.2011 04:03, schrieb [GDS|Entropy]:
>> Hello,
>>
>> How do you call povray to render in a PictureBox from c# in the way that
>> Moray does?
>>
> ...
>>
>> Or is there any api documentation (or code sample in any language)
>> someone can point me to?
>
> Yes: The Moray code :-P
Oh...so that is open source now? Well...damn..I had no idea and will have
to look around for the source repository then..wherever that is..
> There is a plug-in API for POV-Ray, which allows you to plug-in other
> software (like Moray) into POV-Ray. There must be some kind of
> documentation /somewhere/ on the web pages.
Ok..I'll look for that then. Is that on the main pov site?
Keep in mind I do not have just all of the time in the world to look this
stuff up..I am a very busy person..so please forgive me if I ask questions
that may be answered "easily" if I were to have more of that precious
resource.. ;)
--
Ian McDonald
Lean Agile .NET 4.0/MVC
Senior Application Architect,
Developer and Security Analyst
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Sat, 01 Jan 2011 22:23:18 -0500, StephenS <nomail@nomail> wrote:
> clipka <ano### [at] anonymousorg> wrote:
>> Am 02.01.2011 04:03, schrieb [GDS|Entropy]:
>> > Hello,
>> >
>> > How do you call povray to render in a PictureBox from c# in the way
>> that
>> > Moray does?
>> >
>> ...
>> >
>> > Or is there any api documentation (or code sample in any language)
>> > someone can point me to?
>>
>> Yes: The Moray code :-P
>>
>> There is a plug-in API for POV-Ray, which allows you to plug-in other
>> software (like Moray) into POV-Ray. There must be some kind of
>> documentation /somewhere/ on the web pages.
>
> You may also want to look for 'GUI Extension'.
Very good then..I will look for that in Google too.
Failing my finding anything I can use there, I will just initiate a new
command-line process and pass the requisite variables, then load the
output to the picturebox...though that is a horribly kludgey solution. :|
> Stephen S
--
Ian McDonald
Lean Agile .NET 4.0/MVC
Senior Application Architect,
Developer and Security Analyst
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
This does seem to come up every so often. There should be a FAQ. (Maybe there
is. I'll look after I post this.) Anyway, here are a couple of earlier
references.
http://news.povray.org/web.4c0165e33f4c95c6bba08f230%40news.povray.org
http://news.povray.org/web.4c5df3ad7c1e70dfbba08f230%40news.povray.org
Good luck.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |