POV-Ray : Newsgroups : povray.general : Problem using difference with height_field : Re: Problem using difference with height_field Server Time
2 Jul 2025 23:04:54 EDT (-0400)
  Re: Problem using difference with height_field  
From: H  E  Day
Date: 29 Jun 2000 20:50:14
Message: <01bfe22c$b0af9a80$4b7889d0@daysix>
| #declare NewTop =
| difference {
|    object {TableTop}
|    cone {<0,0,-0.25>, 0.5 <0,0,0.5>, 0 translate <-2,0,1> texture

You need to put the cone *before* the height_field.  The way differences
work is that the first object is the thing from which all else is
subtracted.

H.E. Day


Post a reply to this message

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