POV-Ray : Newsgroups : povray.general : WorldMachine to POV : Re: WorldMachine to POV Server Time
5 Aug 2024 18:21:58 EDT (-0400)
  Re: WorldMachine to POV  
From: Slime
Date: 6 Aug 2002 05:12:31
Message: <3d4f92ff@news.povray.org>
> Sure, somthing like
>
> height_field{
>   function X_res,Y_res {
>     pattern{
>       image_map{tga "HF.tga"}
>       rotate -90*x
>     }
>   }
>   translate <-,.5,0,-.5>
> }


nonono, the targas that WorldMachine outputs are greyscale; they only have 8
bits of depth per pixel. I'd like to use one of the other output formats and
convert it to, perhaps, that special kind of targa with the red and green
channels used separately for 16 bits of information.

A POV-Ray SDL script can't do this for me.

Slime
[ http://www.slimeland.com/ ]


Post a reply to this message

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