POV-Ray : Newsgroups : povray.binaries.images : My trip to the red planet : My trip to the red planet Server Time
10 Aug 2024 03:23:37 EDT (-0400)
  My trip to the red planet  
From: ZeSly
Date: 20 Oct 2004 16:37:47
Message: <4176cc9b@news.povray.org>
Hello povers,

Here is a fly by of Valles Marineris on Mars. I think the relief is a bit to
high. Maybe there is something I did not understand exactly with
isosurfaces. Here is the function I use :

  #declare pl_radius = 3396;
  #declare min_alt = -8.208;
  #declare max_alt = 21.249;
  #declare alt_fct = max_alt - min_alt;

function { f_sphere(x,y,z,pl_radius+max_alt) -
alt_fct*f_relief(x,y,z).gray }

The f_relief function is an image_map as the ones we use with a height_filed

Thanks for any help.

-- 
ZeSly
http://perso.wanadoo.fr/zesly/


Post a reply to this message


Attachments:
Download 'mars_nav.jpg' (205 KB)

Preview of image 'mars_nav.jpg'
mars_nav.jpg


 

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