POV-Ray : Newsgroups : povray.binaries.images : Possible bug in shiny bicubic_patch (82kb) Server Time
14 Aug 2024 18:05:49 EDT (-0400)
  Possible bug in shiny bicubic_patch (82kb) (Message 1 to 3 of 3)  
From: jansb000
Subject: Possible bug in shiny bicubic_patch (82kb)
Date: 10 Sep 2002 15:54:03
Message: <3d7e4ddb@news.povray.org>
I created a structure from bicubic patches. I noticed that if I use a shiny
finish the reflected image is not smooth over the edges of the bicubic
patches. With a normal (red) pigment the object seems smooth, so there is no
reason why the reflection of a shiny surface should be broken.
I created the object manually, but I understand the nature of bicubic
patches and I am 99.9999% certain that the individual patches line up
smoothly.

I created the picture with the following code fragment. If needed I can
upload the complete code for "my_object" but for the sake of (starting) this
topic it may be confusing (its a list of patches with an even longer list of
3D coordinates).

object {
  my_object
  texture { Aluminum }
  // pigment { colour Red }
  rotate <0, 0, 90>
  translate <1, 0, 0>
  }

object {
  my_object
  // texture { Aluminum }
  pigment { colour Red }
  rotate <0, 0, 90>
  translate <0, -1, 0>
  }


Post a reply to this message


Attachments:
Download 'object_view.jpg' (82 KB)

Preview of image 'object_view.jpg'
object_view.jpg


 

From: ABX
Subject: Re: Possible bug in shiny bicubic_patch (82kb)
Date: 11 Sep 2002 05:42:48
Message: <7s3unugq0kppp3h4tbtirsnvoh5nlukkht@4ax.com>
On Tue, 10 Sep 2002 21:53:44 +0200, "jansb000" <jan### [at] planetnl> wrote:
> I created the picture with the following code fragment. If needed I can
> upload the complete code for "my_object" but for the sake of (starting) this
> topic it may be confusing (its a list of patches with an even longer list of
> 3D coordinates).

I think uploading zipped complete scene in apropriate binary group not hurts
:-)

ABX


Post a reply to this message

From: jansb000
Subject: Re: Possible bug in shiny bicubic_patch (82kb)
Date: 14 Sep 2002 05:23:58
Message: <3d83002e@news.povray.org>
These graphics show how I defined the control points. In my opinion, the
resulting object should be nice smooth surface. However, ther is a clear
line between the bicubic-patches.

This message belongs to scene file:
"Possible bug in shiny bicubic-patch (11kb)" in povray.binaries.scene-files
and "Re: Possible bug in shiny bicubic_patch" in povray.general

.


Post a reply to this message


Attachments:
Download 'w003.png' (3 KB) Download 'w001.png' (4 KB) Download 'w002.png' (6 KB)

Preview of image 'w003.png'
w003.png

Preview of image 'w001.png'
w001.png

Preview of image 'w002.png'
w002.png


 

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