POV-Ray : Newsgroups : povray.binaries.images : HELP/// : Re: HELP/// Server Time
3 Oct 2024 21:21:24 EDT (-0400)
  Re: HELP///  
From: Matt Giwer
Date: 11 Jan 2000 22:33:42
Message: <387D479E.F38F1574@ij.net>
ryan mooney wrote:

> Thank You, Could Send/Post Me Some Examples ( Bump Map Is Not Something I
> Am Proficient At Yet) The Coin Site Would Be Nice Too I f You Can
> Remember.. Oh Well Guess I Will Keep Searching...

    You can also use and image map. This is code is from early in my POV
experience. There must certainly be better ways to do this.

#declare coin =  union
{
intersection
  {
   height_field {
    gif "coin2b.gif"
    smooth
    texture {cyltex2} // pigment {color <1,0.7,0>}
    translate <-.5, -.5, -.50>
    scale <1, 0.0275, 1>
         } // end height_field
   cylinder { <0,-.0137,0> <0,0.2,0> 1 translate <0,0.0,0> }
  }
 cylinder { <0,-.0137,0> <0,-0.1,0> 0.42 translate <0,0,0.01>
   texture  {cyltex2}}//color <1,0.7,0>} }
rotate <0,45,0>
translate <xloc, 1.604, zloc>
}
coin

http://giwersworld.org/artii/giants5a.jpg for the result.


Post a reply to this message

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