|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I have seen many applications that can export files to POV format.
However I have never found anything that would accept POV ray files.
Is it really so hard to do ?
Marcin
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"titus_aurelius" <tit### [at] hotmailcom> wrote in message
news:web.417e7499bb5d8038e0ceac960@news.povray.org...
> I have seen many applications that can export files to POV format.
> However I have never found anything that would accept POV ray files.
>
> Is it really so hard to do ?
>
> Marcin
>
>
there use to be a pov->moray conversion tool, but that was around version
3.0 or earlier or povray. from discussions I remember, it was pretty hard
and therefor discontinued when povray's complexity increased. (just found
this: http://www.irtc.org/pipermail/irtc-l/1997-October/003386.html)
Somone also made an OpenGL preview tool for some pov scenes. I think it only
accepted pov primitives though. I must be putting the wrong words into
google, because i'm not finding anything.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
titus_aurelius <tit### [at] hotmailcom> wrote:
> Is it really so hard to do ?
Yes.
http://tag.povray.org/povQandT/filesQandT.html#povtootherformatsdifficulty
--
plane{-x+y,-1pigment{bozo color_map{[0rgb x][1rgb x+y]}turbulence 1}}
sphere{0,2pigment{rgbt 1}interior{media{emission 1density{spherical
density_map{[0rgb 0][.5rgb<1,.5>][1rgb 1]}turbulence.9}}}scale
<1,1,3>hollow}text{ttf"timrom""Warp".1,0translate<-1,-.1,2>}// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Ross wrote:
> Somone also made an OpenGL preview tool for some pov scenes. I think it
only
> accepted pov primitives though. I must be putting the wrong words into
> google, because i'm not finding anything
VOP?
http://www.kfunigraz.ac.at/imawww/thaller/wolfgang/vop-intro.html
miyoken
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"miyoken" <miy### [at] hotmailcom> wrote in message
news:417f9f5c$1@news.povray.org...
> Ross wrote:
> > Somone also made an OpenGL preview tool for some pov scenes. I think it
> only
> > accepted pov primitives though. I must be putting the wrong words into
> > google, because i'm not finding anything
>
> VOP?
> http://www.kfunigraz.ac.at/imawww/thaller/wolfgang/vop-intro.html
>
> miyoken
>
Yep!
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hi Marcin,
I have been attempting to do just that. And yes, it is -very- difficult!
http://geocities.com/psenzee/pov2mesh/
This is my application pov2mesh. It converts .pov to Maya .obj files. The
first version (0.5) is pretty much beta and I will be releasing another
version as soon as I get the time to finish it up.
Paul
"titus_aurelius" <tit### [at] hotmailcom> wrote in message
news:web.417e7499bb5d8038e0ceac960@news.povray.org...
> I have seen many applications that can export files to POV format.
> However I have never found anything that would accept POV ray files.
>
> Is it really so hard to do ?
>
> Marcin
>
>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |