POV-Ray : Newsgroups : povray.general : wrapping height fields Server Time
29 Jul 2024 14:23:47 EDT (-0400)
  wrapping height fields (Message 1 to 9 of 9)  
From: Jon Berndt
Subject: wrapping height fields
Date: 27 Oct 1998 15:06:01
Message: <363627a9.0@news.povray.org>
Is it possible to wrap a height field around an object?

- jon -


Post a reply to this message

From: Lance Birch
Subject: Re: wrapping height fields
Date: 27 Oct 1998 16:35:33
Message: <36363ca5.0@news.povray.org>
Nope, not at the moment.  Maybe there is a patch for it.

--
Lance.


---
For the latest MAX plug-ins, images and much more, go to:
The Zone - http://come.to/the.zone


Post a reply to this message

From: Matthew Bennett
Subject: Re: wrapping height fields
Date: 27 Oct 1998 18:13:17
Message: <3636538d.0@news.povray.org>
Would a bump map do?

Jon Berndt wrote in message <363627a9.0@news.povray.org>...
>Is it possible to wrap a height field around an object?
>
>- jon -
>
>


Post a reply to this message

From: =Bob
Subject: Re: wrapping height fields
Date: 28 Oct 1998 01:50:09
Message: <3636bea1.0@news.povray.org>
The Orb-Cyl program can make cylindrically and spherically wrapped 
heightfields (triangle meshes), but that's all I know of.

 http://www.best.com/~beale/gforge/

Message <363627a9.0@news.povray.org>, Jon Berndt  typed...
>
>Is it possible to wrap a height field around an object?
>
>- jon -
>
>

-- 
 omniVERSE: beyond the universe
  http://members.aol.com/inversez/POVring.html
=Bob


Post a reply to this message

From: Jon S  Berndt
Subject: Re: wrapping height fields
Date: 28 Oct 1998 08:30:05
Message: <36371c5d.0@news.povray.org>
No. I want actual heightfields. I could use these to create, just for
example, corinthian columns, a planet or asteroid based on topographic radar
maps,

This doesn't sound trivial to me. I would want to wrap around any basic
object, especially a sphere or cylinder.

Jon

Matthew Bennett wrote in message <3636538d.0@news.povray.org>...
>
>Would a bump map do?
>
>>Is it possible to wrap a height field around an object?
>>
>>- jon -


Post a reply to this message

From: Gilles Tran
Subject: Re: wrapping height fields
Date: 28 Oct 1998 12:49:08
Message: <36375945.4F45D1EB@inapg.inra.fr>
To wrap a height field around cylinders and spheres, you can use John Beale's
orbcyl utility.
http://www.best.com/~beale/

Gilles Tran
The Book of Beginnings - Povray Gallery
 http://www.mediaport.net/Artichaud/Tran/gtran.en.html

Jon S. Berndt wrote:

> This doesn't sound trivial to me. I would want to wrap around any basic
> object, especially a sphere or cylinder.
>


Post a reply to this message

From: Nieminen Mika
Subject: Re: wrapping height fields
Date: 29 Oct 1998 11:05:34
Message: <3638924e.0@news.povray.org>
Jon Berndt <jsb### [at] hal-pcorg> wrote:
: Is it possible to wrap a height field around an object?

  I think this would be a nice feature for the next version of povray. It
shouldn't be hard to implement (heightfields are converted to a triangle mesh
anyways; just change the way in which it places the triangles (not on a
plane surface with a height but on a spherical surface with a radius) and
there is it).

-- 
                                                           - Warp. -


Post a reply to this message

From: Ron Parker
Subject: Re: wrapping height fields
Date: 29 Oct 1998 11:26:46
Message: <36389746.0@news.povray.org>
On 29 Oct 1998 11:05:34 -0500, Nieminen Mika <war### [at] assaricctutfi> wrote:
>Jon Berndt <jsb### [at] hal-pcorg> wrote:
>: Is it possible to wrap a height field around an object?
>
>  I think this would be a nice feature for the next version of povray. It
>shouldn't be hard to implement (heightfields are converted to a triangle mesh
>anyways; just change the way in which it places the triangles (not on a
>plane surface with a height but on a spherical surface with a radius) and
>there is it).

Actually, heightfields are a very specialized triangle mesh, with the 
intersection-finding routines optimized to a gridded, rectangular, 
nonoverlapping mesh.  While you could create a mesh, you'd end up with 
the same thing you can get from orbcyl today.  On the other hand, it 
would be possible to create an optimized search routine for spherical 
or cylindrical heightfields as well, so maybe someone will do so 
someday.

Followups to povray.programming.


Post a reply to this message

From: Ken
Subject: Re: wrapping height fields
Date: 29 Oct 1998 18:52:22
Message: <3638FF7D.EC2F87ED@pacbell.net>
Jon Berndt wrote:

> Is it possible to wrap a height field around an object?
>
> - jon -

  There is a gentelman whose first name is Steve last starting with L.
that created a Pov utility to do cylindrical and spherical height
fields.
It was discussed in detail about 3 - 4 months ago on this subject group
and the binaries.images group. I don't believe he ever released a user
interface to his program or the source. A past newgroup articles search
might yeild more info and possible contact information.

Ken Tyler


Post a reply to this message

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