POV-Ray : Newsgroups : povray.binaries.images : uv-mapped 3D isomaze Server Time
17 Aug 2024 12:13:47 EDT (-0400)
  uv-mapped 3D isomaze (Message 1 to 10 of 16)  
Goto Latest 10 Messages Next 6 Messages >>>
From:
Subject: uv-mapped 3D isomaze
Date: 2 Nov 2001 02:43:11
Message: <kcj4utgs99dgc7h8a7a8tuabpm73hv94pn@4ax.com>
Here is big isosurface with my maze3d function. mapped version (with
checker pattern) was designed with megapov .7 and it is during
translation to pov 3.5 as not mapped version shows. I just love this
function/iso possibilities.

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 'maze.jpg' (126 KB) Download 'uv-maze.jpg' (103 KB)

Preview of image 'maze.jpg'
maze.jpg

Preview of image 'uv-maze.jpg'
uv-maze.jpg


 

From: Nekar Xenos
Subject: Re: uv-mapped 3D isomaze
Date: 2 Nov 2001 02:49:02
Message: <3be24fee@news.povray.org>

news:kcj4utgs99dgc7h8a7a8tuabpm73hv94pn@4ax.com...
> Here is big isosurface with my maze3d function. mapped version (with
> checker pattern) was designed with megapov .7 and it is during
> translation to pov 3.5 as not mapped version shows. I just love this
> function/iso possibilities.
>
Now if that had a snake-skin texture....

- Nekar


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.286 / Virus Database: 152 - Release Date: 2001/10/09


Post a reply to this message

From:
Subject: Re: uv-mapped 3D isomaze
Date: 2 Nov 2001 04:02:37
Message: <k8o4utgngt44442pqmkbvt00rpd6s2f0ah@4ax.com>
On Fri, 2 Nov 2001 09:55:05 +0200, "Nekar Xenos" <j-p### [at] citywalkcoza> wrote:

> Now if that had a snake-skin texture....

do you know good one ?

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

From: Nekar Xenos
Subject: Re: uv-mapped 3D isomaze
Date: 2 Nov 2001 04:17:20
Message: <3be264a0@news.povray.org>
Maybe a  diamond-shaped function pigment or something like cells rotate 45 deg
and squashed. Then add a normal...

- Nekar


news:k8o4utgngt44442pqmkbvt00rpd6s2f0ah@4ax.com...
> On Fri, 2 Nov 2001 09:55:05 +0200, "Nekar Xenos" <j-p### [at] citywalkcoza>
wrote:
>
> > Now if that had a snake-skin texture....
>
> do you know good one ?
>
> 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
}}isosurface{ file://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


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.286 / Virus Database: 152 - Release Date: 2001/10/09


Post a reply to this message

From: Lenny [VB]
Subject: Re: uv-mapped 3D isomaze
Date: 2 Nov 2001 06:34:27
Message: <01c16392$4d662780$07d35982@lenny>
Nekar Xenos <j-p### [at] citywalkcoza> wrote in article
<3be24fee@news.povray.org>...
> 

> news:kcj4utgs99dgc7h8a7a8tuabpm73hv94pn@4ax.com...
> > Here is big isosurface with my maze3d function. mapped version (with
> > checker pattern) was designed with megapov .7 and it is during
> > translation to pov 3.5 as not mapped version shows. I just love this
> > function/iso possibilities.
> >
> Now if that had a snake-skin texture....
> 
> - Nekar

Or some tomatosauce and spicy meatballs....mmmm, spaghetti... ;-)

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


Post a reply to this message

From:
Subject: Re: uv-mapped 3D isomaze
Date: 2 Nov 2001 12:04:38
Message: <4fk5ut03as9oornt9r39hncts4pm48jcsc@4ax.com>
On Fri, 2 Nov 2001 11:23:21 +0200, "Nekar Xenos" <j-p### [at] citywalkcoza> wrote:
> Maybe a  diamond-shaped function pigment or something like cells rotate 45 deg
> and squashed. Then add a normal...

something like this ?

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 'maze.jpg' (20 KB)

Preview of image 'maze.jpg'
maze.jpg


 

From: Slime
Subject: Re: uv-mapped 3D isomaze
Date: 2 Nov 2001 17:37:49
Message: <3be3203d$1@news.povray.org>
Can you show us the function you're using? This is really cool.

- Slime
[ http://www.slimeland.com/ ]
[ http://www.slimeland.com/images/ ]


news:4fk5ut03as9oornt9r39hncts4pm48jcsc@4ax.com...
> On Fri, 2 Nov 2001 11:23:21 +0200, "Nekar Xenos" <j-p### [at] citywalkcoza>
wrote:
> > Maybe a  diamond-shaped function pigment or something like cells rotate
45 deg
> > and squashed. Then add a normal...
>
> something like this ?
>
> 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

From: Halbert
Subject: Re: uv-mapped 3D isomaze
Date: 2 Nov 2001 19:33:31
Message: <3be33b5b$1@news.povray.org>
We would love for you to share your maze3d function with the rest of the
class. :)



Post a reply to this message

From: sulfugor
Subject: Re: uv-mapped 3D isomaze
Date: 3 Nov 2001 02:19:59
Message: <3be39a9f@news.povray.org>

<4fk5ut03as9oornt9r39hncts4pm48jcsc@4ax.com>...
>On Fri, 2 Nov 2001 11:23:21 +0200, "Nekar Xenos" <j-p### [at] citywalkcoza>
wrote:
>> Maybe a  diamond-shaped function pigment or something like cells rotate
45 deg
>> and squashed. Then add a normal...
>
>something like this ?
>

WOW !  this looks fantastic ! it really looks like the swarming arms of some
alien creature
Will any source be posted ? maybe this will bring me back to pov after being
3 years idle :)



>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
}}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

From: Nekar Xenos
Subject: Re: uv-mapped 3D isomaze
Date: 3 Nov 2001 02:34:43
Message: <3be39e13@news.povray.org>

news:4fk5ut03as9oornt9r39hncts4pm48jcsc@4ax.com...
> On Fri, 2 Nov 2001 11:23:21 +0200, "Nekar Xenos" <j-p### [at] citywalkcoza>
wrote:
> > Maybe a  diamond-shaped function pigment or something like cells rotate 45
deg
> > and squashed. Then add a normal...
>
> something like this ?
>
Wow!

Though for a snake it would need smaller scales and some specular. Great for an
alien creature!

- Nekar



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.286 / Virus Database: 152 - Release Date: 2001/10/09


Post a reply to this message

Goto Latest 10 Messages Next 6 Messages >>>

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