POV-Ray : Newsgroups : povray.newusers : smooth Server Time
31 Jul 2024 02:23:27 EDT (-0400)
  smooth (Message 1 to 6 of 6)  
From: J Tellings
Subject: smooth
Date: 12 Apr 2003 08:40:27
Message: <3E980940.8040701@chello.nl>
Hi!

Is it possible to combine two shapes smoothly?

Thank you!!!


Post a reply to this message

From: William F  Pokorny
Subject: Re: smooth
Date: 12 Apr 2003 13:37:22
Message: <3e984ed2$1@news.povray.org>
I am not completely sure what you mean.

If you want to eliminate internal edges of objects you can use a merge instead 
of a union statement to group them.

merge {
   object ...
   object ...
}

If this is of no help, please let us know - and perhaps provide an example.
Bill P.


> Hi!
> 
> Is it possible to combine two shapes smoothly?
> 
> Thank you!!!
>


Post a reply to this message

From: Christopher James Huff
Subject: Re: smooth
Date: 12 Apr 2003 15:30:34
Message: <cjameshuff-04A832.15303512042003@netplex.aussie.org>
In article <3E9### [at] chellonl>,
 J Tellings <jte### [at] chellonl> wrote:

> Is it possible to combine two shapes smoothly?

Do you mean making an object out of multiple objects, with smooth seams 
where they meet? This can not be done automatically, but you can do it 
with a more complex CSG shape. For example, in joining a cylinder to a 
plane, you could use a difference of a torus from a cylinder to get a 
smooth join. Or you could use a mesh-based modeller capable of combining 
meshes in this way...but I would suggest sticking with CSG and POV 
primitives.

-- 
Christopher James Huff <cja### [at] earthlinknet>
http://home.earthlink.net/~cjameshuff/
POV-Ray TAG: chr### [at] tagpovrayorg
http://tag.povray.org/


Post a reply to this message

From: Apache
Subject: Re: smooth
Date: 12 Apr 2003 18:03:29
Message: <3e988d31@news.povray.org>
Maybe blobbing works too?


Post a reply to this message

From: Christopher James Huff
Subject: Re: smooth
Date: 12 Apr 2003 23:56:11
Message: <cjameshuff-4AF6A0.23561012042003@netplex.aussie.org>
In article <3e988d31@news.povray.org>,
 "Apache" <apa### [at] yahoocom> wrote:

> Maybe blobbing works too?

Only with blob components...

-- 
Christopher James Huff <cja### [at] earthlinknet>
http://home.earthlink.net/~cjameshuff/
POV-Ray TAG: chr### [at] tagpovrayorg
http://tag.povray.org/


Post a reply to this message

From: Apache
Subject: Re: smooth
Date: 13 Apr 2003 17:52:23
Message: <3e99dc17@news.povray.org>
Oh.


Post a reply to this message

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