|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Christoph Hormann's Isowood doesn't immediately work in Pov3.5 and while I
tried to fix it, I got some errors that I don't understand.. Rather than
messing with it further, I'll ask if there's a new version available?
Hugo
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Thu, 27 Dec 2001 15:14:00 +0100, "Hugo" <hua### [at] post3teledk> wrote:
> I'll ask if there's a new version available?
Some posts in povray.beta-test shows Chris is working with isowood include file
on 3.5. I wait for it, too.
ABX
--
#declare _=function(a,b,x){((a^2)+(b^2))^.5-x}#default {pigment{color rgb 1}}
union{plane{y,-3}plane{-x,-3}finish{reflection 1 ambient 0}}isosurface{ //ABX
function{_(x-2,y,1)&_((x+y)*.7,z,.1)&_((x+y+2)*.7,z,.1)&_(x/2+y*.8+1.5,z,.1)}
contained_by{box{<0,-3,-.1>,<3,0,.1>}}translate z*15finish{ambient 1}}//POV35
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Hugo" <hua### [at] post3teledk> wrote in message
news:3c2b2b93@news.povray.org...
> Christoph Hormann's Isowood doesn't immediately work in Pov3.5 and while I
> tried to fix it, I got some errors that I don't understand.. Rather than
> messing with it further, I'll ask if there's a new version available?
>
> Hugo
>
>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hugo wrote:
>
> Christoph Hormann's Isowood doesn't immediately work in Pov3.5 and while I
> tried to fix it, I got some errors that I don't understand.. Rather than
> messing with it further, I'll ask if there's a new version available?
>
It has been asked before and i have a working adaption of version 0.2 for
Povray 3.5, but there won't be a new release until 3.5 is final.
Christoph
--
Christoph Hormann <chr### [at] gmxde>
IsoWood include, radiosity tutorial, TransSkin and other
things on: http://www.schunter.etc.tu-bs.de/~chris/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Welcome back, Christoph.
--
camera{location-2*z look_at.0}#local j=text{ttf"arial""JRG".2,0};
#local J=0;#while(J<10)#local R=0;#while(R<2)#local G=0;#while(G<1)
#if(inside(j,R*x+G*y+.1*z))object{j scale.025translate(R-1)*x+(G-J
/20)*y-J/40*z pigment{rgb+x+J/10*y}finish{ambient 1}}#debug"O"#else#debug" "
#end#local G=G+.025;#end#local R=R+.05;#debug"\n"#end#local J=J+1;#end// JRG
Home: http://digilander.iol.it/jrgpov
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
JRG wrote:
>
> Welcome back, Christoph.
>
Thanks, i'm slowly starting to crawl through the stacks of postings, the
network connection here seems to have some serious snow & ice problems so
it really requires a lot of patience today...
Christoph
--
Christoph Hormann <chr### [at] gmxde>
IsoWood include, radiosity tutorial, TransSkin and other
things on: http://www.schunter.etc.tu-bs.de/~chris/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Sun, 30 Dec 2001 20:46:07 +0100,
Christoph Hormann <chr### [at] gmxde> wrote:
>
>
> Hugo wrote:
>>
>> Christoph Hormann's Isowood doesn't immediately work in Pov3.5 and while I
>> tried to fix it, I got some errors that I don't understand.. Rather than
>> messing with it further, I'll ask if there's a new version available?
>>
>
> It has been asked before and i have a working adaption of version 0.2 for
> Povray 3.5, but there won't be a new release until 3.5 is final.
What's the situation with isowood now? :)
--
Safari - y7p### [at] sneakemailcomgovinvalid
"Talk is cheap. Show me the code." - Linus Torvalds
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Safari wrote:
>
> >> Christoph Hormann's Isowood doesn't immediately work in Pov3.5 and while I
> >> tried to fix it, I got some errors that I don't understand.. Rather than
> >> messing with it further, I'll ask if there's a new version available?
> >>
> >
> > It has been asked before and i have a working adaption of version 0.2 for
> > Povray 3.5, but there won't be a new release until 3.5 is final.
>
> What's the situation with isowood now? :)
>
I don't have the time to work on it at the moment, but it's on my list.
Note that the possibility to pass functions as macro parameters will lead
to a major redesign of the file.
Christoph
--
POV-Ray tutorials, IsoWood include,
TransSkin and more: http://www.tu-bs.de/~y0013390/
Last updated 13 Aug. 2002 _____./\/^>_*_<^\/\.______
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |