POV-Ray : Newsgroups : povray.general : WorldMachine to POV : Re: WorldMachine to POV Server Time
5 Aug 2024 18:24:05 EDT (-0400)
  Re: WorldMachine to POV  
From: Christopher James Huff
Date: 5 Aug 2002 22:29:02
Message: <chrishuff-BBB5FE.21185705082002@netplex.aussie.org>
In article <web.3d4f2f4bbaf777fe264908380@news.povray.org>,
 "=RAY=" <ray### [at] yahoocom> wrote:

> >Does anyone know of any conversion utility that can take one of
> >WorldMachine's 16-bit (or more) output formats (Such as Terragen TER) and
> >convert it to a format that POV-Ray can read (without returning to 8 bits)?
> Sure, somthing like
> 
> height_field{
>   function X_res,Y_res {
>     pattern{
>       image_map{tga "HF.tga"}
>       rotate -90*x
>     }
>   }
>   translate <-,.5,0,-.5>
> }

Not sure what you are suggesting here...the height_field shape can use 
anything an image_map can use, so running the image through a function 
is no help at all. And it looks like you misread "TER" as "TGA".

-- 
Christopher James Huff <chr### [at] maccom>
POV-Ray TAG e-mail: chr### [at] tagpovrayorg
TAG web site: http://tag.povray.org/


Post a reply to this message

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