|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Very cute, who does she take after?
Mick
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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
|
|
| |
| |
|
|
|
|
| |