|
|
No no I'm sorry I wasn't clear. I just want to use Visual C as the text
editor for doing povray renderings. I don't want to actually write any
C/C++ code for this. I just want to be able to open my .pov files with the
Visual C text editor, and to be able to use a command line to actually
perform the render so that I don't have to open the povray gui to do it.
Does that make more sense?
Fox
"Slime" <slm### [at] slimelandcom> wrote in message
news:3d2de766@news.povray.org...
> I'm not sure if that's possible.
>
> If you're saying that you want to program POV-Ray SDL in your C++
> environment, that's entirely possible, but to render it you'll need to use
> POV-Ray separately.
>
> If you're saying, though, that you want to write C++ to generate POV-Ray
SDL
> code and then render it, you can probably use VC++'s "system" function
that
> takes a C-String as an argument that's a command to send to the operating
> system (I think). You can use that to run pov-ray externally with a text
> file of your choice.
>
> - Slime
> [ http://www.slimeland.com/ ]
>
>
Post a reply to this message
|
|