POV-Ray : Newsgroups : povray.binaries.images : nude iso-frame (for adults) Server Time
16 Aug 2024 16:17:05 EDT (-0400)
  nude iso-frame (for adults) (Message 1 to 10 of 12)  
Goto Latest 10 Messages Next 2 Messages >>>
From:
Subject: nude iso-frame (for adults)
Date: 2 Jan 2002 11:45:25
Message: <41e63ug0c1616qtp87mf3i81s4qk3ionqp@4ax.com>
here is my isoframe function/macro around of my daughter

source code after moment in povray.text.scene-files

ABX
--
#declare _=function(a,b,x){((a^2)+(b^2))^.5-x}#default {pigment{color rgb 1}}
union{plane{y,-3}plane{-x,-3}finish{reflection 1 ambient 0}}isosurface{ //ABX
function{_(x-2,y,1)&_((x+y)*.7,z,.1)&_((x+y+2)*.7,z,.1)&_(x/2+y*.8+1.5,z,.1)}
contained_by{box{<0,-3,-.1>,<3,0,.1>}}translate z*15finish{ambient 1}}//POV35


Post a reply to this message


Attachments:
Download 'duda.jpg' (91 KB)

Preview of image 'duda.jpg'
duda.jpg


 

From: Tim Nikias
Subject: Re: nude iso-frame (for adults)
Date: 2 Jan 2002 13:29:25
Message: <3C335144.D88C50C6@gmx.de>
Looks really good! How did you trace her, what kind a function did you use? ;)

Just kidding. Looks cute...

Tim


Post a reply to this message

From: Mick Hazelgrove
Subject: Re: nude iso-frame (for adults)
Date: 2 Jan 2002 14:08:55
Message: <3c335ac7@news.povray.org>
Very cute, who does she take after?

Mick


Post a reply to this message

From: Lenny[VB]
Subject: Re: nude iso-frame (for adults)
Date: 2 Jan 2002 17:07:41
Message: <01c193d9$e671f9a0$07d35982@lenny>
Tim Nikias <Tim### [at] gmxde> wrote in article
<3C335144.D88C50C6@gmx.de>...
> Looks really good! How did you trace her, what kind a function did you
use? ;)

Create_baby, takes about 9 months to parse and render, regardless of CPU
speed and memory available ;-)


-- 
Lennard "Lenny" van Ingen
lenny_SPAMSUX_@vestingbar.nl
UIN: 87008669


Post a reply to this message

From: Hartmut Wagener
Subject: Re: nude iso-frame (for adults)
Date: 2 Jan 2002 17:22:23
Message: <3c33881f@news.povray.org>
And two renderers of different sex need to do their job ...
"Lenny[VB]" <lenny_SPAMSUX_@vestingbar.nl> schrieb im Newsbeitrag
news:01c193d9$e671f9a0$07d35982@lenny...
> Tim Nikias <Tim### [at] gmxde> wrote in article
> <3C335144.D88C50C6@gmx.de>...
> > Looks really good! How did you trace her, what kind a function did you
> use? ;)
>
> Create_baby, takes about 9 months to parse and render, regardless of CPU
> speed and memory available ;-)
>
>
> --
> Lennard "Lenny" van Ingen
> lenny_SPAMSUX_@vestingbar.nl
> UIN: 87008669
>
>


Post a reply to this message

From: Jamie Davison
Subject: Re: nude iso-frame (for adults)
Date: 2 Jan 2002 18:21:33
Message: <MPG.169da6d9b9d1dbb5989a96@news.povray.org>
On 2 Jan 2002 17:07:41 -0500, Lenny[VB] wrote...
> Tim Nikias <Tim### [at] gmxde> wrote in article
> <3C335144.D88C50C6@gmx.de>...
> > Looks really good! How did you trace her, what kind a function did you
> use? ;)
> 
> Create_baby, takes about 9 months to parse and render, regardless of CPU
> speed and memory available ;-)

You forgot to mention that it's an iterative, self modifying function 
which continues to consume resources for about 16 to 18 years...  :)

Bye for now,
     Jamie.


Post a reply to this message

From:
Subject: Re: nude iso-frame (for adults)
Date: 3 Jan 2002 03:21:57
Message: <ci483u0t7hsuknv4a49c68cghfmi23p7lt@4ax.com>
On Wed, 02 Jan 2002 19:28:20 +0100, Tim Nikias <Tim### [at] gmxde> wrote:
> Looks really good!

yes, very human ;)

> How did you trace her

she was modelled behind external window

> what kind a function did you use? ;)

#include "human_func.inc"

#local create_my_baby=function( x, y, z, sex, beauty, intellect )
  { f_create_human( x, y, z, sex, beauty, intellect, 3.100, 51 ) }

#if ( today = "8.8.2000" )
  isosurface{
    function{ create_my_baby( Girl, Belle_De_Jour, Smart ) }
    contained_by{ iso-frame }
  }
#end

> Looks cute...

I'll tell her

ABX


Post a reply to this message

From:
Subject: Re: nude iso-frame (for adults)
Date: 3 Jan 2002 03:25:39
Message: <56583ucvkjdl7pigois4hpiugfrph1o3fc@4ax.com>
On 2 Jan 2002 17:07:41 -0500, "Lenny[VB]" <lenny_SPAMSUX_@vestingbar.nl> wrote:
> takes about 9 months to parse and render

I had idea for this model very long and parsing took only one evening ;-)

> regardless of CPU speed and memory available ;-)

IIRC I didn't use memory during creation but CPU speed was very important ;-)

ABX


Post a reply to this message

From:
Subject: Re: nude iso-frame (for adults)
Date: 3 Jan 2002 03:27:05
Message: <qb583ugo84fjfsc7am5i9n6o9atbpm3jeh@4ax.com>
On Wed, 2 Jan 2002 23:23:30 +0100, "Hartmut Wagener"
<har### [at] t-onlinede> wrote:

> And two renderers of different sex need to do their job ...

There are some workaround for it. Just use bank of... ready scripts ;-)

ABX


Post a reply to this message

From:
Subject: Re: nude iso-frame (for adults)
Date: 3 Jan 2002 03:31:38
Message: <re583ukduvbnjlfv9oiafou4n3icip8t68@4ax.com>
On Wed, 2 Jan 2002 23:23:43 -0000, Jamie Davison <jam### [at] ntlworldcom>
wrote:
> You forgot to mention that it's an iterative, self modifying function 
> which continues to consume resources for about 16 to 18 years...  :)

It pass very fast becouse "Preserve contents during animation" is on :-)
(but don't tell mi about other risks becouse I wait for another... instance)

ABX


Post a reply to this message

Goto Latest 10 Messages Next 2 Messages >>>

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