POV-Ray : Newsgroups : povray.binaries.images : Not what I wanted, but interesting... Server Time
1 Aug 2024 16:25:12 EDT (-0400)
  Not what I wanted, but interesting... (Message 1 to 7 of 7)  
From: Bryan Valencia
Subject: Not what I wanted, but interesting...
Date: 13 Jul 2008 02:00:18
Message: <487999f2@news.povray.org>
#declare TileNorm = function(x,z) { max( abs(x-int(x))+abs(z-int(z))*5,1 ) }


#declare planetexture2=texture{
	pigment{color White}
	finish{phong .7 phong_size 1 ambient .25 reflection 0.1}
	normal{ function {TileNorm(x,z) }, .15}
}


This gives an interesting surface normal... not at all what I expected.


Post a reply to this message

From: Bryan Valencia
Subject: Re: Not what I wanted, but interesting...
Date: 13 Jul 2008 02:14:40
Message: <48799d50@news.povray.org>
This is fun too!

#declare TileNorm = function(x,z) { min(abs(cos(z)*cos(x))*20,1)  }


#declare planetexture2=texture{
	pigment{color White}
	finish{phong .7 phong_size 1 ambient .25 reflection 0.1}
	normal{ function {TileNorm(x,z) }, 1}
}


Post a reply to this message

From: m a r c
Subject: Re: Not what I wanted, but interesting...
Date: 13 Jul 2008 07:36:24
Message: <4879e8b8$1@news.povray.org>

48799d50@news.povray.org...
>
> This is fun too!
>
> #declare TileNorm = function(x,z) { min(abs(cos(z)*cos(x))*20,1)  }
>
>
> #declare planetexture2=texture{
> pigment{color White}
> finish{phong .7 phong_size 1 ambient .25 reflection 0.1}
> normal{ function {TileNorm(x,z) }, 1}
> }

this is povray.binaries.images
Maybe your brain can parse MDL and view an image. :-)
Unfortunally the lame gut-like thing that I use for a brain can't :-(

Marc


Post a reply to this message

From: m a r c
Subject: Re: Not what I wanted, but interesting...
Date: 13 Jul 2008 07:40:55
Message: <4879e9c7@news.povray.org>

4879e8b8$1@news.povray.org...
> Maybe your brain can parse MDL and view an image. :-)

read SDL of course

Marc


Post a reply to this message

From: Robert McGregor
Subject: Re: Not what I wanted, but interesting...
Date: 15 Jul 2008 11:25:07
Message: <web.487cc1343d17018a86ff1d480@news.povray.org>
"m_a_r_c" <jac### [at] wanadoofr> wrote:
> this is povray.binaries.images
> Maybe your brain can parse MDL and view an image. :-)
> Unfortunally the lame gut-like thing that I use for a brain can't :-(
>
> Marc

Here are some quick examples


Post a reply to this message


Attachments:
Download 'basicscene1.jpg' (19 KB)

Preview of image 'basicscene1.jpg'
basicscene1.jpg


 

From: Robert McGregor
Subject: Re: Not what I wanted, but interesting...
Date: 15 Jul 2008 11:30:05
Message: <web.487cc1ca3d17018a86ff1d480@news.povray.org>
> Here are some quick examples


Post a reply to this message


Attachments:
Download 'basicscene2.jpg' (27 KB)

Preview of image 'basicscene2.jpg'
basicscene2.jpg


 

From: Blue Herring
Subject: Re: Not what I wanted, but interesting...
Date: 15 Jul 2008 11:38:03
Message: <487cc45b$1@news.povray.org>
Robert McGregor wrote:
> Here are some quick examples

Reminds me a bit of a cross eyed volleyball :)

-- 
-The Mildly Infamous Blue Herring


Post a reply to this message

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