POV-Ray : Newsgroups : povray.advanced-users : writing new "object type" Server Time
30 Jul 2024 16:17:29 EDT (-0400)
   writing new "object type" (Message 11 to 15 of 15)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Nieminen Mika
Subject: Re: a 2D question...
Date: 26 Jun 1999 10:07:42
Message: <3774deae@news.povray.org>
Ken <tyl### [at] pacbellnet> wrote:
: I once used a mesh of a woman and gave it totaly
: unrealistic porportions using the scale function. The distortion caused
: by this was a very comical image when done.

  So now we know what does Ken think about women... ;)

-- 
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/


Post a reply to this message

From: Ken
Subject: Re: a 2D question...
Date: 26 Jun 1999 12:24:27
Message: <3774FF0F.D3AB7FF3@pacbell.net>
Nieminen Mika wrote:
> 
> Ken <tyl### [at] pacbellnet> wrote:
> : I once used a mesh of a woman and gave it totaly
> : unrealistic porportions using the scale function. The distortion caused
> : by this was a very comical image when done.
> 
>   So now we know what does Ken think about women... ;)
> 
> --
> main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
> ):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/

   Well let me just say that I believe many women are proportioned
very nicely, bless their little hearts, while others could benefit
from some serious rescaling efforts ;^ }

-- 
Ken Tyler

mailto://tylereng@pacbell.net


Post a reply to this message

From: Stewart #7
Subject: M E S H...
Date: 27 Jun 1999 16:42:08
Message: <Pine.LNX.3.93.990627153138.13941A-100000@alien.ufo.net>
Thanks to all those who replied to my 2D question (and others)...
I'm certain, among all those great replies, I can find my answer !

 -----------------------------------------------------------------

  Here is my  M E S H  question:

  I haven't tried a "mesh object" yet... which seems to be able to
render any non-regular shape defined by...ummm... by what though ?  :)

  I'm assuming you need to write in the basic points defining  your
object... AND... tell it how smoothly or roughly to fill the spaces
in-between these defining points... am I close ?  

  I will look more carefully at the manual...but so far haven't seen
how these factors would be written in.


Post a reply to this message

From: Chris Huff
Subject: Re: M E S H...
Date: 27 Jun 1999 17:09:15
Message: <377693FC.D72A40D0@compuserve.com>
A mesh is simply a way of storing many triangles more efficiently.
Instead of #declaring a union of triangles, and having each copy use as
much memory as is needed to store the triangles(which can mean a lot of
memory with many triangles) you #declare a mesh, and copies of that mesh
only use enough memory to refer to that mesh.
In other words, a mesh is simply a union customized for storing large
numbers of triangles.


Post a reply to this message

From: Martin Crisp
Subject: Re: a 2D question...
Date: 29 Jun 1999 22:50:34
Message: <377985fa@news.povray.org>
Ken wrote in message <3774FF0F.D3AB7FF3@pacbell.net>...
>
>
>Nieminen Mika wrote:
>>
>> Ken <tyl### [at] pacbellnet> wrote:
>> : I once used a mesh of a woman and gave it totaly
>> : unrealistic porportions using the scale function. The distortion
caused
>> : by this was a very comical image when done.
>>
>>   So now we know what does Ken think about women... ;)
>>
>> --
>>
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
>> ):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*-
Warp -*/
>
>   Well let me just say that I believe many women are proportioned
>very nicely, bless their little hearts, while others could benefit
>from some serious rescaling efforts ;^ }

Agreed, my wife for one, a scale of <1.15,1.15,1.15> would make her
about 5' 6 1/4"
And yes, I did mean a uniform scale. [i.e the proportions are actually
fine until you place her next to other nearby
objects^H^H^H^H^H^H^Hpeople.]

And then there's Christine, who could really use a <0.3,1,0.3>...

Have Fun
Martin
--
<Spa### [at] tesseractcomau> is a valid address
If you prefer mnemonic addresses you can use:
<Martin 'at' tesseract.com.au> or <Martin.Crisp 'at' Tourism.tas.gov.au>

My opinions should not be taken as indicative of Tourism Tasmania's
opinions


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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