 |
 |
|
 |
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
Dear fellow Arabeske user:
I am confused.
Jerome wrote in message <38882F70.B01B070A@iname.com>...
>so CSG intersection and differences are impossible.
#declare CURT=
difference {
object {CURTAIN rotate<90,180,180> scale 1 translate <1,2,0>}
cylinder {<0.3,2.7,-1>,<0.3,2.7,1> 0.05 pigment {Green}}
cylinder {<0.9,2.7,-1>,<0.9,2.7,1> 0.05 pigment {Green}}
cylinder {<1.42,2.7,-1>,<1.42,2.7,1> 0.05 pigment {Green}}
cylinder {<1.9,2.7,-1>,<1.9,2.7,1> 0.05 pigment {Green}}
}
This is Standard Pov.
>PS: nice pic
Thanks.
Peter Warren
war### [at] hotmail com
Renaissance Middle Man
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
Peter Warren wrote:
>
> Remko
>
> I just saw your post and I am speechless (There is a first
> time for everything.)
I'm glad you liked it :)
Remco
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
> FreddyD: Ich danke Ihnen vielmals.I try to learn the wonderful
> German language without much success.
Habe Ich gesagt : 'Ich bin ein Berliner ?'..... :-)
I don't know how to help you really about povray patches.. but I tried to give you my
first impressions on your (_really_ beautiful) pic...
FD
P.S. : btw, I'm just a 'froggy'... France, if you prefer... (no problem) :-)
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
> So when you say "I don't get it but then again it is art".
> I don't know what that means. I mean, I know what you mean
> but I don't think it is what you are trying to say.
> If you say, "I don't know when Goya painted
> 'Executions of the Third of May,1808'" that is one thing.
> If you say, "I saw an 'Art' show at such and such a
> museum/gallery and my five year brother could make better
> 'Art'." that is another.
I just mean I don't know what the point of it is. I mean, is it supposed
to create an emotion, is it modelled after something you have seen, is
there some significance to the components? But I am also saying that
doesn't really matter to me because it's art and that's one of the great
things about art is everyone has their own tastes and interpretations.
--
Homepage: http://www.faricy.net/~davidf/
___ ______________________________
| \ |_ <dav### [at] faricy net>
|_/avid |ontaine <ICQ 55354965>
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
Freddy D. wrote in message <3888c408@news.povray.org>...
>first impressions on your (_really_ beautiful) pic...
Thanks again.
>P.S. : btw, I'm just a 'froggy'... France, if you prefer... (no problem)
:-)
Oops. Perhaps you could translate this French expression for me:
"Stupid as/like a painter."
Later,
Peter
war### [at] hotmail com
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
She's The Bomb
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
Gonna need some serious area lights.
--
Cheers
Steve email mailto:sjl### [at] ndirect co uk
%HAV-A-NICEDAY Error not enough coffee 0 pps.
web http://www.ndirect.co.uk/~sjlen/
or http://start.at/zero-pps
6:32pm up 2:42, 4 users, load average: 3.16, 3.22, 3.18
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
Peter Warren wrote:
>
> Dear fellow Arabeske user:
>
> I am confused.
>
> Jerome wrote in message <38882F70.B01B070A@iname.com>...
> >so CSG intersection and differences are impossible.
>
> #declare CURT=
> difference {
> object {CURTAIN rotate<90,180,180> scale 1 translate <1,2,0>}
> cylinder {<0.3,2.7,-1>,<0.3,2.7,1> 0.05 pigment {Green}}
> cylinder {<0.9,2.7,-1>,<0.9,2.7,1> 0.05 pigment {Green}}
> cylinder {<1.42,2.7,-1>,<1.42,2.7,1> 0.05 pigment {Green}}
> cylinder {<1.9,2.7,-1>,<1.9,2.7,1> 0.05 pigment {Green}}
> }
>
> This is Standard Pov.
>
Yes but how is CURTAIN defined? From what you said, I
believe it was done in spatch and therefore it is made of
bezier patches which can't be differenced... Try this
instead:
object {
CURTAIN rotate<90,180,180> scale 1 translate <1,2,0>
clipped_by {
union {
cylinder ...
}
}
}
> >PS: nice pic
> Thanks.
>
You're welcome
Jerome
PS: After reading your original post again, it seems I
didn't get your problem... Were you saying you couldn't cut
the holes in the curtain (wich is the object of the section
of manual you quote) or you couldn't texture it to your
satisfaction because of the way image_maps work?
--
* Doctor Jekyll had something * mailto:ber### [at] iname com
* to Hyde... * http://www.enst.fr/~jberger
*******************************
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
> Yes but how is CURTAIN defined? From what you said, I
> believe it was done in spatch and therefore it is made of
> bezier patches which can't be differenced...
Well, maybe it can't be differenced from an object, but objects can be
differenced from it, ie, you can cut holes in it and stuff. I did it
with my Black Seas Barracuda sails and they're made in sPatch. POV
complains about it but it works just fine.
--
Homepage: http://www.faricy.net/~davidf/
___ ______________________________
| \ |_ <dav### [at] faricy net>
|_/avid |ontaine <ICQ 55354965>
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
--
Anton Sherwood -- br0### [at] p0b0x com -- http://ogre.nu/
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|
 |