POV-Ray : Newsgroups : povray.binaries.images : Early IRTC WIP (35kbu) Server Time
16 Aug 2024 16:22:40 EDT (-0400)
  Early IRTC WIP (35kbu) (Message 1 to 9 of 9)  
From: Gail Shaw
Subject: Early IRTC WIP (35kbu)
Date: 23 Jan 2002 14:43:19
Message: <3c4f1257@news.povray.org>
A picture gallery where the pictures are a little more real than
is usual. I tried a similar idea a couple of years ago but didn't
ave much success.

The floating spheres are placeholders for lamps. I'll replace
the julia fractals with something better later

The three pictures were all rendered in Vue d'Esprit then post-
processed in photoshop so that they look sorta like paintings

Comments?

Gail
--
*************************************************************************
* gsh### [at] monotixcoza                *   Chaos, disorder and panic      *
* http://www.rucus.ru.ac.za/~gail/   *   My job here is done.           *
*************************************************************************
* Just think of me as the storm before the calm     Magic: The Gathering*
*************************************************************************


Post a reply to this message


Attachments:
Download 'Painting.jpg' (34 KB)

Preview of image 'Painting.jpg'
Painting.jpg


 

From: Jim Charter
Subject: Re: Early IRTC WIP (35kbu)
Date: 23 Jan 2002 23:28:36
Message: <3C4F8D71.9090504@aol.com>
Handsome image and a great idea.  I am getting the feeling that this 
round is really going to be good.


Post a reply to this message

From: Xplo Eristotle
Subject: Re: Early IRTC WIP (35kbu)
Date: 24 Jan 2002 05:16:58
Message: <3C4FDF52.74871B0F@unforgettable.com>
Gail Shaw wrote:
> 
> A picture gallery where the pictures are a little more real than
> is usual. I tried a similar idea a couple of years ago but didn't
> ave much success.
> 
> The floating spheres are placeholders for lamps. I'll replace
> the julia fractals with something better later
> 
> The three pictures were all rendered in Vue d'Esprit then post-
> processed in photoshop so that they look sorta like paintings
> 
> Comments?

Ah! Yes! Those twisty things made of Julia fractals, those are what I
need to know how to do! Since you're going to replace them anyway, could
you post the code you used for one of them somewhere?

The image is banding rather badly on my 16-bit display, which is rather
distracting, but ignoring that it looks like a good start to whatever
you're doing. Nice "paintings"; I especially like the sunset in the
middle, more for the colors than anything else.

-Xplo


Post a reply to this message

From: Francois Labreque
Subject: Re: Early IRTC WIP (35kbu)
Date: 24 Jan 2002 08:24:11
Message: <3C500A9C.1000307@videotron.ca>
Gail Shaw wrote:

> A picture gallery where the pictures are a little more real than
> is usual. I tried a similar idea a couple of years ago but didn't
> ave much success.
> 
> The floating spheres are placeholders for lamps. I'll replace
> the julia fractals with something better later
> 
> The three pictures were all rendered in Vue d'Esprit then post-
> processed in photoshop so that they look sorta like paintings
> 
> Comments?


1 - Move the camera a bit further way from the wall.  IMHO, it looks too 
cramped this way.
2 - Why would the fractals have to go?  They look good, me thinks.
3 - This image doesn't suffer from 
Gailputstoomuchambientinherfinishitis, like many of your previous images.

:)
-- 
/*Francois Labreque*/#local a=x+y;#local b=x+a;#local c=a+b;#macro P(F//
/*    flabreque    */L)polygon{5,F,F+z,L+z,L,F pigment{rgb 9}}#end union
/*        @        */{P(0,a)P(a,b)P(b,c)P(2*a,2*b)P(2*b,b+c)P(b+c,<2,3>)
/*   videotron.ca  */}camera{location<6,1.25,-6>look_at a orthographic}


Post a reply to this message

From: Ruy
Subject: Re: Early IRTC WIP (35kbu)
Date: 24 Jan 2002 08:52:11
Message: <3c50118b@news.povray.org>
Overall, a very nice picture, I like it.

One comment, though. AFAIK, the plaques containing the names of the artworks
usually are much smaller than you have depicted. They are more like tags,
usually very discreet and small, being set by the lower right corner of the
painting or in the wall, to the right of the sculpture. (They also include
the name of the author, the year of creation, the technique used -acrylic on
canvas, or whatever- and the dimensions, but I guess that the tags would be
really too small to read, should you include them).

Ruy


Post a reply to this message

From: Gail Shaw
Subject: Re: Early IRTC WIP (35kbu)
Date: 24 Jan 2002 09:27:17
Message: <3c5019c5@news.povray.org>
"Xplo Eristotle" <inq### [at] unforgettablecom> wrote in message
news:3C4FDF52.74871B0F@unforgettable.com...
>
> Ah! Yes! Those twisty things made of Julia fractals, those are what I
> need to know how to do! Since you're going to replace them anyway, could
> you post the code you used for one of them somewhere?
>

The closer one is
julia_fractal {
  <-0.083,0.7,-0.83,-0.025>
  quaternion
  sqr
  max_iteration 10
  precision 35
}

and the other is
julia_fractal {
 <-0.083,0.7,-0.83,-0.025>
 quaternion
 slice <0.2,0,0,0.5>,0.3
 cube
 max_iteration 7
 precision 40
}

Gail
--
#macro G(H,S)disc{0z.4pigment{onion color_map{[0rgb<sin(H/pi)cos(S/pi)*(H<6)
cos(S/pi)*(H>6)>*18][.4rgb 0]}}translate<H-5S-3,9>}#end G(3,5)G(2,5.5)G(1,5)
G(.6,4)G(.5,3)G(.6,2)G(1,1)G(2,.5)G(3,.7)G(3.2,1.6)G(3.1,2.5)G(2.2,2.5)G(9,5
)G(8,5.5)G(7,5)G(7,4)G(7.7,3.3)G(8.3,2.7)G(9,2)G(9,1)G(8,.5)G(7,1)//GS


Post a reply to this message

From: Gail Shaw
Subject: Re: Early IRTC WIP (35kbu)
Date: 24 Jan 2002 09:49:08
Message: <3c501ee4@news.povray.org>
"Francois Labreque" <fla### [at] videotronca> wrote in message
news:3C5### [at] videotronca...
> 3 - This image doesn't suffer from
> Gailputstoomuchambientinherfinishitis, like many of your previous images.
> :)

<g> actually I never up the ambient, usually just add too many bright lights

Gail
--
#macro G(H,S)disc{0z.4pigment{onion color_map{[0rgb<sin(H/pi)cos(S/pi)*(H<6)
cos(S/pi)*(H>6)>*18][.4rgb 0]}}translate<H-5S-3,9>}#end G(3,5)G(2,5.5)G(1,5)
G(.6,4)G(.5,3)G(.6,2)G(1,1)G(2,.5)G(3,.7)G(3.2,1.6)G(3.1,2.5)G(2.2,2.5)G(9,5
)G(8,5.5)G(7,5)G(7,4)G(7.7,3.3)G(8.3,2.7)G(9,2)G(9,1)G(8,.5)G(7,1)//GS


Post a reply to this message

From: Christoph Hormann
Subject: Re: Early IRTC WIP (35kbu)
Date: 25 Jan 2002 07:19:03
Message: <3C514D2F.C454C6F9@gmx.de>
Gail Shaw wrote:
> 
> A picture gallery where the pictures are a little more real than
> is usual. I tried a similar idea a couple of years ago but didn't
> ave much success.
> 
> The floating spheres are placeholders for lamps. I'll replace
> the julia fractals with something better later
> 
> The three pictures were all rendered in Vue d'Esprit then post-
> processed in photoshop so that they look sorta like paintings
> 
> Comments?
> 

A nice idea, but i would suggest a stronger overall lighting of the room,
the sculptures, which look very nice, would profit from that. 
Alternatively you could also add spotlights illuminating each of them.

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

From: Gail Shaw
Subject: Re: Early IRTC WIP (35kbu)
Date: 25 Jan 2002 09:37:05
Message: <3c516d91@news.povray.org>
"Christoph Hormann" <chr### [at] gmxde> wrote in message
news:3C514D2F.C454C6F9@gmx.de...
>
>
> A nice idea, but i would suggest a stronger overall lighting of the room,
> the sculptures, which look very nice, would profit from that.
> Alternatively you could also add spotlights illuminating each of them.
>

Spotlights I think. I've toned down the main lighting  and I quite like how
it looks

Gail
--
#macro G(H,S)disc{0z.4pigment{onion color_map{[0rgb<sin(H/pi)cos(S/pi)*(H<6)
cos(S/pi)*(H>6)>*18][.4rgb 0]}}translate<H-5S-3,9>}#end G(3,5)G(2,5.5)G(1,5)
G(.6,4)G(.5,3)G(.6,2)G(1,1)G(2,.5)G(3,.7)G(3.2,1.6)G(3.1,2.5)G(2.2,2.5)G(9,5
)G(8,5.5)G(7,5)G(7,4)G(7.7,3.3)G(8.3,2.7)G(9,2)G(9,1)G(8,.5)G(7,1)//GS


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.