POV-Ray : Newsgroups : povray.binaries.images : Pillars Server Time
2 Oct 2024 08:17:18 EDT (-0400)
  Pillars (Message 1 to 7 of 7)  
From: Dave Rich
Subject: Pillars
Date: 24 May 2000 20:45:29
Message: <392c2328.101709897@news.povray.org>
Is there a texture or shape that looks like
a pillar, vs. using the square pillars that I
used in my 1st image (evilshpere)?

I want to make the pillars round, more
realistic.

Thanks in advance, 
Dave


Post a reply to this message

From: SamuelT
Subject: Re: Pillars
Date: 24 May 2000 22:32:30
Message: <392C9141.3B2CE3EF@aol.com>
Hello Dave.

Here is just one of many things you could try:

difference{
 cylinder{<0,-2,0>,<0,2,0>,1}
 cylinder{<0,-3,0>,<0,3,0>,.45 scale x*.5 translate x*1 rotate y*60}
 cylinder{<0,-3,0>,<0,3,0>,.45 scale x*.5 translate x*1 rotate y*120}
 cylinder{<0,-3,0>,<0,3,0>,.45 scale x*.5 translate x*1 rotate y*180}
 cylinder{<0,-3,0>,<0,3,0>,.45 scale x*.5 translate x*1 rotate y*240}
 cylinder{<0,-3,0>,<0,3,0>,.45 scale x*.5 translate x*1 rotate y*300}
 cylinder{<0,-3,0>,<0,3,0>,.45 scale x*.5 translate x*1 rotate y*360}
 texture{
  pigment{granite scale<2,5,2> rotate z*45 color_map{[0 rgb 1][.5 rgb
.5]}}
  normal{granite -.5 scale<2,5,2> rotate z*45}
 }
}

Good work so far! Have fun~


Dave Rich wrote:

> Is there a texture or shape that looks like
> a pillar, vs. using the square pillars that I
> used in my 1st image (evilshpere)?
>
> I want to make the pillars round, more
> realistic.
>
> Thanks in advance,
> Dave

--
Samuel Benge

E-Mail: STB### [at] aolcom

Visit my isosurface tutorial at http://members.aol.com/stbenge


Post a reply to this message

From: Dave Blandston
Subject: Re: Pillars (7k)
Date: 24 May 2000 22:40:08
Message: <392c9288@news.povray.org>
I'll throw the source for this pillar on pbs-f.

Regards,
Dave

"Dave Rich" <est### [at] jetcablecom> wrote in message
news:392c2328.101709897@news.povray.org...
> Is there a texture or shape that looks like
> a pillar, vs. using the square pillars that I
> used in my 1st image (evilshpere)?
>
> I want to make the pillars round, more
> realistic.
>
> Thanks in advance,
> Dave


Post a reply to this message


Attachments:
Download 'column.jpg' (7 KB)

Preview of image 'column.jpg'
column.jpg


 

From: Ken
Subject: Re: Pillars
Date: 24 May 2000 23:40:01
Message: <392C9F72.4D58C0F9@pacbell.net>
Dave Rich wrote:
> 
> Is there a texture or shape that looks like
> a pillar, vs. using the square pillars that I
> used in my 1st image (evilshpere)?
> 
> I want to make the pillars round, more
> realistic.
> 
> Thanks in advance,
> Dave

There are a couple of column include files that you could use -

http://www.iro.umontreal.ca/~pigeon/pub/PovPage/PovPage.html

http://www.no13.net/

-- 
Ken Tyler - 1400+ POV-Ray, Graphics, 3D Rendering, and Raytracing Links:
http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/


Post a reply to this message

From: Dave Rich
Subject: Re: Pillars (7k)
Date: 25 May 2000 01:45:29
Message: <392c699c.119748812@news.povray.org>
I would like the source for the Pentagram.  I have been looking for a
nice Pent that I could use in another image that I am working on.


Thanks, 

Dave


Post a reply to this message

From: Paul
Subject: Re: Pillars
Date: 25 May 2000 08:22:40
Message: <392D1BD3.23BC33AC@psu.edu>
Try a CSG of a cylinder with smaller cylinders cut out around the edges
for the fluted look. Combination with normal maps and/or heightfields
can give you a nice weathered look...

-paul

Dave Rich wrote:

> Is there a texture or shape that looks like
> a pillar, vs. using the square pillars that I
> used in my 1st image (evilshpere)?
>
> I want to make the pillars round, more
> realistic.
>
> Thanks in advance,
> Dave


Post a reply to this message

From: Dave Blandston
Subject: Re: Pillars (7k)
Date: 25 May 2000 11:40:27
Message: <392d496b@news.povray.org>
I posted the source for the column and the pentagram in
povray.binaries.scene-files - the subject is "Greek Column." (Both .inc
files are in a .zip file.)

Regards,
Dave

"Dave Rich" <est### [at] jetcablecom> wrote in message
news:392c699c.119748812@news.povray.org...
> I would like the source for the Pentagram.  I have been looking for a
> nice Pent that I could use in another image that I am working on.
>
>
> Thanks,
>
> Dave


Post a reply to this message

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