POV-Ray : Newsgroups : povray.binaries.images : Glenfale DEM : Re: Glenfale DEM Server Time
28 Apr 2024 20:20:56 EDT (-0400)
  Re: Glenfale DEM  
From: Melody
Date: 27 Nov 2019 04:50:01
Message: <web.5dde4587e25d925c9da690110@news.povray.org>
ok - not that hard.
// start DEMPOV bigbend.dem bigbend.tga 0 0 15.000000 -442.000000 0.000000
or if you dont know bias, it's auto set, just leave it out
// start DEMPOV bigbend.dem bigbend.tga 0 0 15 0

and now writes this file:

// POV Height_field Example v. 1.0
height_field {
  // spatialResolution 30.000000 30.000000 1.000000
  // verticalScale 15.000000
  // width height 468 356
  tga "bigbend.tga"
  smooth
  translate <-0.5,-0.5,-0.5>
  scale <468,468,468>
}
  // start DEMPOV bigbend.dem bigbend.tga 0 0 15.000000 -442.000000 0.000000


Post a reply to this message

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