|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hello,
I would like to know if POV-Ray supports user written plugins for importing
datasets, or do I need to convert the data into another format and then
convert it into POV-Ray format?
Thank you
Karla
Post a reply to this message
|
|
| |
| |
|
|
From: Thorsten Froehlich
Subject: Re: Does POV-Ray supports user written plugins for importing datasets?
Date: 1 Jun 2004 15:54:43
Message: <40bcdf03@news.povray.org>
|
|
|
| |
| |
|
|
In article <web.40bcda3483a589a5100aded90@news.povray.org> , "karla"
<kar### [at] hotmailcom> wrote:
> I would like to know if POV-Ray supports user written plugins for importing
> datasets,
What kind of datasets? Maybe the File I/O Directives
(http://www.povray.org/documentation/view/147/) of POV-Ray are sufficient?
> or do I need to convert the data into another format and then
> convert it into POV-Ray format?
There is no need for some fancy conversion program. POV-Ray uses a simple
text format (as explained in the user manual) and it should be trivial to
directly convert your datasets to a scene you can render directly, assuming
you have some code able to parse your datasets, of course.
Thorsten
____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde
Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Thank you !
"Thorsten Froehlich" <tho### [at] trfde> wrote:
> In article <web.40bcda3483a589a5100aded90@news.povray.org> , "karla"
> <kar### [at] hotmailcom> wrote:
>
> > I would like to know if POV-Ray supports user written plugins for importing
> > datasets,
>
> What kind of datasets? Maybe the File I/O Directives
> (http://www.povray.org/documentation/view/147/) of POV-Ray are sufficient?
>
> > or do I need to convert the data into another format and then
> > convert it into POV-Ray format?
>
> There is no need for some fancy conversion program. POV-Ray uses a simple
> text format (as explained in the user manual) and it should be trivial to
> directly convert your datasets to a scene you can render directly, assuming
> you have some code able to parse your datasets, of course.
>
> Thorsten
>
> ____________________________________________________
> Thorsten Froehlich, Duisburg, Germany
> e-mail: tho### [at] trfde
>
> Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |