Closed Closed Closed !!!

Hermann
Hermann
Joined: 17 Jan 06
Posts: 22
Credit: 220197
RAC: 0

RE: ...you know the other

Message 27062 in response to message 27060

Quote:

...you know the other day, someone asked me the secret of our long marriage.

/quote]

The true secret of a happy marriage is to put mind over matter.
----- I don´t mind and she doesn´t matter. -----

Daniel Michel
Daniel Michel
Joined: 3 Mar 05
Posts: 4444
Credit: 586496
RAC: 0

RE: RE: ...as I was about

Message 27063 in response to message 27059

Quote:
Quote:

...as I was about to tell you, I once heard two ladies going on and on about the pains of childbirth and how men don't seem to know what real pain is.

I asked if either of them ever got themselves caught in a zipper.

Yup, it's good to be a man; you can open all your own jars... :)

[img]http://groups.msn.com/_Secure/0SADhAmYWwkNfofOQQOxdnOtjIsl8oREqRwVPRpnQnfzzm7Cnzr2BzjdlSKjLJZF8lQNJTleEBcjMJRWDTKzWqU*czPLrqhGKEpsMPt8T8IRbAAAAynJdAg/CrunchStorm.gif?dc=4675567891135818736[/img]
(My latest POVray doodling, “Crunch Storm�)


That could be a cool screensaver.

Chipper Q
Chipper Q
Joined: 20 Feb 05
Posts: 1540
Credit: 708571
RAC: 0

RE: RE: RE: ...as I was

Message 27064 in response to message 27063

Quote:
Quote:
Quote:

...as I was about to tell you, I once heard two ladies going on and on about the pains of childbirth and how men don't seem to know what real pain is.

I asked if either of them ever got themselves caught in a zipper.

Yup, it's good to be a man; you can open all your own jars... :)

[img]http://groups.msn.com/_Secure/0SADhAmYWwkNfofOQQOxdnOtjIsl8oREqRwVPRpnQnfzzm7Cnzr2BzjdlSKjLJZF8lQNJTleEBcjMJRWDTKzWqU*czPLrqhGKEpsMPt8T8IRbAAAAynJdAg/CrunchStorm.gif?dc=4675567891135818736[/img]
(My latest POVray doodling, “Crunch Storm�)


That could be a cool screensaver.


Thanks, Dan, that's very kind of you to say. If you (or anybody) would like, let me know and I'll clean up the code that's used by POV-Ray to render it, copy it into my 'MSN Groups' page as a text file, and then post a link to it; it's only 3 KB long.

Chipper Q
Chipper Q
Joined: 20 Feb 05
Posts: 1540
Credit: 708571
RAC: 0

What the hey, I posted it

What the hey, I posted it anyway, if you just want to see what it's like: CrunchStorm POV-Ray code

A hard-bolied egg in the morning is tough to beat...

EDIT; the link works for me...
Try http://www.msnusers.com/ChipsFiles/Documents/CrunchStorm.txt directly...

Daniel Michel
Daniel Michel
Joined: 3 Mar 05
Posts: 4444
Credit: 586496
RAC: 0

RE: What the hey, I posted

Message 27066 in response to message 27065

Quote:

What the hey, I posted it anyway, if you just want to see what it's like: CrunchStorm POV-Ray code

A hard-bolied egg in the morning is tough to beat...


I tried to go see it...But all i found was a white screen.

Chipper Q
Chipper Q
Joined: 20 Feb 05
Posts: 1540
Credit: 708571
RAC: 0

RE: RE: What the hey, I

Message 27067 in response to message 27066

Quote:
Quote:

What the hey, I posted it anyway, if you just want to see what it's like: CrunchStorm POV-Ray code

A hard-bolied egg in the morning is tough to beat...


I tried to go see it...But all i found was a white screen.


Try pasting:
http://www.msnusers.com/ChipsFiles/Documents/CrunchStorm.txt
directly, in the browser; does that work?

Testing

Daniel Michel
Daniel Michel
Joined: 3 Mar 05
Posts: 4444
Credit: 586496
RAC: 0

RE: RE: RE: What the

Message 27068 in response to message 27067

Quote:
Quote:
Quote:

What the hey, I posted it anyway, if you just want to see what it's like: CrunchStorm POV-Ray code

A hard-bolied egg in the morning is tough to beat...


I tried to go see it...But all i found was a white screen.

Try pasting:
http://www.msnusers.com/ChipsFiles/Documents/CrunchStorm.txt
directly, in the browser; does that work?


I got the same result...White screen...I'm on Firefox...Perhaps MSN doesn't like the fox...UPDATE: Explorer wouldn't let me in either.

Chipper Q
Chipper Q
Joined: 20 Feb 05
Posts: 1540
Credit: 708571
RAC: 0

Dang, try this CrunchStorm

Dang, try this CrunchStorm Link
If that doesn't work, I'll just post it here (not quite as long as some poems...)

Daniel Michel
Daniel Michel
Joined: 3 Mar 05
Posts: 4444
Credit: 586496
RAC: 0

RE: Dang, try this

Message 27070 in response to message 27069

Quote:
Dang, try this CrunchStorm Link
If that doesn't work, I'll just post it here (not quite as long as some poems...)


Nothing there either.

Chipper Q
Chipper Q
Joined: 20 Feb 05
Posts: 1540
Credit: 708571
RAC: 0

RE: RE: Dang, try this

Message 27071 in response to message 27070

Quote:
Quote:
Dang, try this CrunchStorm Link
If that doesn't work, I'll just post it here (not quite as long as some poems...)

Nothing there either.


Sorry about all this!

//#version 3.6; 3.7 beta to take advantage of P4 HT hyperthreading

#include "colors.inc"

global_settings {
max_trace_level 5
}
camera {
location
right x*image_width/image_height
look_at
}
// generate the sky
sky_sphere {
pigment {
gradient y
color_map {
[0.0 rgb ]
[0.7 rgb ]
}
}
pigment { // generate some clouds
bozo
turbulence 1
octaves 6
omega 0.7
lambda 2
phase clock // clouds evolve during animation when phased with clock, too cool!
color_map {
[0.0 0.1 color rgb
color rgb ]
[0.1 0.5 color rgb
color rgbt ]
[0.5 1.0 color rgbt
color rgbt ]
}
scale
}

}
fog {
fog_type 2
distance 25
color rgb 0.4 // gray
fog_offset 0.1
fog_alt 0.2
turbulence 0.8
}

plane { // checkered floor
y, -1
texture {
pigment {
checker
color Tan
color Green
scale 1
turbulence 0.8
phase clock
}
finish{
diffuse 0.9
ambient 0.6
}
}
normal {
waves 5
scale .5
phase -clock
}
}
// create 1000 spheres, randomly placed
#declare R1 = seed(10);
#declare Xcoor = 1;
#declare Zcoor = 1;
#declare rndColor = 1;
#declare Count = 1000;
#while (Count > 0)
#declare rndColor = int(rand(R1)*2+1);
#declare Xcoor = rand(R1)*50-25;
#declare Ycoor = rand(R1)*50+1;
#declare Zcoor = rand(R1)*1000-50;
sphere {
, 2.75 // initial sphere location
translate // move spheres slightly left and towards camera each frame
texture {
pigment {
color rgb
}
finish{
diffuse 0.3
ambient 0.0
specular 0.6
reflection {
0.8
metallic
}
conserve_energy
}
}
}

#declare Count = Count - 1;
#end
// create 3 regular point light sources
#declare Count = 3;
#while (Count>0)
light_source {
0*x // light's position (translated below)
color // light's color
translate
}
#declare Count = Count - 1;
#end
#declare IsoFinish = // finish used on isosurface below
finish {
ambient 0 diffuse .1
specular .6 //roughness 0.2
brilliance 2
reflection {
0.9
metallic
}
conserve_energy
}
isosurface { // creates gnarly shape rotating in foreground
function {
sqrt(x*x + y*y + z*z) - 0.4
+ sin(12*atan2(x, z))*sin(8*atan2(y, sqrt(x*x + z*z)))*0.1
}
threshold 0
max_gradient 3
contained_by {sphere {, 12}}
texture {
pigment {color rgb}
finish {IsoFinish}
}
scale 1/vlength(1)
rotate
translate
}
//***************.ini File and Command line Options***********************
// To generate the animation, the following options must be enabled in the
// command line window, and the .ini file needs to be created:
//--------------------------------
//Antialias=Off
//
//Antialias_Threshold=0.2
//Antialias_Depth=3
//
//Input_File_Name=CrunchStorm.pov
//
//Initial_Frame=1
//Final_Frame=30
//Initial_Clock=0
//Final_Clock=1
//
//Cyclic_Animation=on
//Pause_when_Done=off
//--------------------------------
// Cut and paste everything between the dashed lines (above) into a new file,
// then remove the //'s to uncomment the lines, and save it as "CrunchStormAnim.ini"
//*************************************************************************
// Command line window options: +FN +iCrunchStorm.pov CrunchStormAnim.ini
// The +FN sets output files to be .png instead of default .bmp (for Windows users)
// +i indidates the input file, and the 3rd entry is the .ini file.
// So when the .ini file exists, and command line options are entered, POV-Ray will
// generate 30 files "CrunchStorm01.png", "CrunchStorm02.png", etc. that
// can then be combined into an animation. (I used OpenOffice to make a .gif)

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.