POV-Ray : Newsgroups : povray.binaries.images : Just something [~50 Kb] Server Time
19 Aug 2024 10:19:34 EDT (-0400)
  Just something [~50 Kb] (Message 1 to 9 of 9)  
From: ingo
Subject: Just something [~50 Kb]
Date: 26 Dec 2000 02:35:49
Message: <Xns90165D287seed7@povray.org>
Ingo

-- 
Photography: http://members.home.nl/ingoogni/
Pov-Ray    : http://members.home.nl/seed7/


Post a reply to this message


Attachments:
Download 'something.jpg' (50 KB)

Preview of image 'something.jpg'
something.jpg


 

From: Tony[B]
Subject: Re: Just something [~50 Kb]
Date: 26 Dec 2000 02:52:57
Message: <3a484e59@news.povray.org>
Hmm... Isosurface?


Post a reply to this message

From: ingo
Subject: Re: Just something [~50 Kb]
Date: 26 Dec 2000 08:15:58
Message: <Xns90169C148seed7@povray.org>
Tony[B] wrote:

>Isosurface?

bicubic_patch.

Ingo

-- 
Photography: http://members.home.nl/ingoogni/
Pov-Ray    : http://members.home.nl/seed7/


Post a reply to this message

From: Andy Cocker
Subject: Re: Just something [~50 Kb]
Date: 26 Dec 2000 14:38:05
Message: <3a48f39d@news.povray.org>
You were half-way through typing out that manuscript, when someone opened a
window!! I hate it when that happens! :-)


Seriously... that's nice.

Andy Cocker


Post a reply to this message

From: Steve
Subject: Re: Just something [~50 Kb]
Date: 26 Dec 2000 14:51:13
Message: <slrn94hfie.pb8.steve@zero-pps.localdomain>
Wow that's amazing, makes me think of paper doves, maybe you 
should post them in p.o-t:-)

How'd ya do it?

-- 
Cheers
Steve              email mailto:ste### [at] zeroppsuklinuxnet

%HAV-A-NICEDAY Error not enough coffee  0 pps. 

web http://www.zeropps.uklinux.net/

or  http://start.at/zero-pps

  3:40pm  up 8 days,  3:01,  3 users,  load average: 1.20, 1.11, 1.08


Post a reply to this message

From: ingo
Subject: Re: Just something [~50 Kb]
Date: 26 Dec 2000 16:10:28
Message: <Xns9016E108Fseed7@povray.org>
Steve wrote:

>How'd ya do it?
>
Like this and some variations on the theme:

#declare Bez_arr=array[16]{
   <0, 0, 6>, <2, 0, 6>, < 4, 0, 6>, < 6, 0, 6,>
   <0, 0, 4>, <2, 0, 4>, < 4, 0, 4>, < 6, 0, 4,>
   <0,-3, 2>, <2, 0, 2>, < 4, 0, 2>, < 6, 0, 2,>
   <0,-3, 0>, <2,-3, 0>, < 4, 0, 0>, < 6, 0, 0,>
}

#declare Nr=0;
#declare St=0.3;
#declare P1= union{
#while (Nr<5)
   #declare I=0;
   #declare N=dimension_size(Bez_arr,1);
   bicubic_patch{
      type 1
      flatness 0
      u_steps 5
      v_steps 5 
      #while (I<N)
         #if (I=8|I=12|I=13)
            Bez_arr[I]+<Nr/3,Nr,Nr/3>
         #else
            Bez_arr[I]+<0,Nr/10,0>
         #end
         #declare I=I+1;
      #end
      double_illuminate
      pigment {rgb 1}
   }
   #declare Nr=Nr+St;
#end
}

Ingo

-- 
Photography: http://members.home.nl/ingoogni/
Pov-Ray    : http://members.home.nl/seed7/


Post a reply to this message

From: Karl Pelzer
Subject: Re: Just something [~50 Kb]
Date: 27 Dec 2000 06:55:21
Message: <3A49D8BD.6DC72CE9@t-online.de>
Great!

It reminds me on some paper-art objects presented in the paper museum in
Dueren(Germany).

Karl


Post a reply to this message

From: David Fontaine
Subject: Re: Just something [~50 Kb]
Date: 29 Dec 2000 15:18:01
Message: <3A4CEFC8.BC1EC262@faricy.net>
Wow, this is sweet! I'm guessing bicubic_patch.

It has very nice lighting effects. The background is good too, is it
distorted reflections?

--
David Fontaine  <dav### [at] faricynet>  ICQ 55354965
My raytracing gallery:  http://davidf.faricy.net/


Post a reply to this message

From: ingo
Subject: Re: Just something [~50 Kb]
Date: 29 Dec 2000 18:17:00
Message: <Xns901AA421seed7@povray.org>
David Fontaine wrote:

>It has very nice lighting effects. 

Just two lights, all textures are rgb 1 and radiosity.

>The background is good too, is it
>distorted reflections?

Reflections, yes. The whole scene is inside a reflective sphere


Ingo

-- 
Photography: http://members.home.nl/ingoogni/
Pov-Ray    : http://members.home.nl/seed7/


Post a reply to this message

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