HOME | DD

BinaryCortex avatar BinaryCortex — icecub3
icecub3
Published: 2005-08-27 01:26:33 +0000 UTC; Views: 203; Favourites: 1; Downloads: 7
Redirect to original
Description This is an ice cube i have been developing in povray, maybe someday ill make a glass of water for it.
Related content
Comments: 7

Verithrax [2007-01-14 01:40:45 +0000 UTC]

Hidden by Admin

👍: 0 ⏩: 1

BinaryCortex In reply to Verithrax [2007-01-25 21:25:33 +0000 UTC]

It was done in povray, it is a superelipsoid isosurface with a negative noise3d applied, than i made it transparent, gave it an interior and added caustics then rendered.

you can get povray for free at [link]

👍: 0 ⏩: 1

Verithrax In reply to BinaryCortex [2007-01-26 03:53:06 +0000 UTC]

Hidden by Admin

👍: 0 ⏩: 1

BinaryCortex In reply to Verithrax [2007-01-29 14:52:05 +0000 UTC]

I was using IGlass which is 1.5. Here is the actual object, I would like to see yours as well.

isosurface {
function { -f_superellipsoid(x, y, z, 0.3, 0.3) - f_noise3d(x*2, y*2, z*2) * 0.1 }
contained_by { box { -2, 2 } }
texture { T_Glass3 }
interior { I_Glass dispersion 1.05 caustics 1.02}
finish { F_Glass1 }
translate <0,0.5,0>
rotate <0,30,0>

// photon block for an object
photons{
target 1
refraction on
reflection on
}

}

👍: 0 ⏩: 1

Verithrax In reply to BinaryCortex [2007-01-30 03:48:58 +0000 UTC]

Hidden by Admin

👍: 0 ⏩: 1

BinaryCortex In reply to Verithrax [2007-01-30 23:41:25 +0000 UTC]

Thanks for the input on the numbers.

👍: 0 ⏩: 1

Verithrax In reply to BinaryCortex [2007-01-31 04:33:15 +0000 UTC]

Hidden by Admin

👍: 0 ⏩: 0


1