POV-Ray : Newsgroups : povray.binaries.images : Police badge (suggestions?...) 82kb : Re: Police badge (suggestions?...) 82kb Server Time
19 Aug 2024 16:19:12 EDT (-0400)
  Re: Police badge (suggestions?...) 82kb  
From: ddombrow
Date: 13 Nov 2000 00:31:16
Message: <3a0f7ca4@news.povray.org>
I concur with Ken, an hf is probably what would work best. here's the
results I came up with.

The code:

height_field {
    png "badge2.png"
    smooth
    pigment { color rgb <0.906,0.737,0.282> }
    translate <-.5, -.5, -.5>
    scale <17, 1, 17>
    clipped_by {
                box {
                     <-10,0.1,-10>
                     <10,5,10>
                }
    }
  }

attached: hftest.gif (rendered heightfield)
               badge2.png (source for hf)
--
Dan D.

"Through the Eye of a Needle"
http://filebox.vt.edu/users/ddombrow/


Post a reply to this message


Attachments:
Download 'hftest.gif' (2 KB) Download 'badge2.png' (18 KB)

Preview of image 'hftest.gif'
hftest.gif

Preview of image 'badge2.png'
badge2.png


 

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