|
|
//Windows XP
//Athlon XP 1800+
//512 MB RAM
// Error during rendering sphere_sweep in many resolutions
// version 3.5.icl.win32
//---------------------------
//Internal Error
//---------------------------
//The POV-Ray core rendering code caused an access violation exception.
//
//It is STRONGLY RECOMMENDED that you save your work and exit the program
before attempting the render again.
//
//(Note that if internal structures have been damaged POV-Ray may crash
immediately after you click OK).
//---------------------------
//OK
//---------------------------
#version 3.5;
camera {
location <0.0, 0.5, -4.0>
look_at <0.0, 0.25, 0.0>
}
light_source { <0, 0, 0> color rgb <1, 1, 1> translate <-30, 30, -30>}
sphere_sweep {
cubic_spline 4,
<2,0,0> ,0.1
<0,0.2,0> ,0.1
<0,0.3,0> ,0.1
<0,0.5,0> ,0.1
texture{
pigment {
color rgb 1
}
}
}
Post a reply to this message
|
|