|
|
Many years ago I created a POV-Ray isosurface model of Mars using the MOLA DEM
in a POV-Ray scene file. For reference my website illustrates the result of how
I use the isosurface function:
https://martianx.weebly.com/mars-shorelines.html
The isosurface part of the scene file is as follows:
********
#declare fn_Pigm = function {
pigment {
image_map {
png "MarsDEM2880.png"
map_type 1
once
interpolate 4
}
}
}
*******
isosurface {
function {f_sphere(x, y, z, 3396.2)+fn_Pigm(x, y, z).gray*-Scale}
threshold -Scale/2
contained_by {sphere {0, 3450}}
pigment {
image_map {
png "colorexpanded-1.png"
map_type 1
once
interpolate 4
}
}
finish {ambient 0.9 diffuse 0.0}
}
******
words I crested a calibrated model of Mars.
I think it was two POV-Ray versions ago, the calibration no longer produced
Mars.
Any ideas of why the change in operation please respond
to:sto### [at] suddenlinknet
Post a reply to this message
|
|