POV-Ray : Newsgroups : povray.general : Bicubic patch with 3 corners ? : Re: Bicubic patch with 3 corners ? Server Time
8 Aug 2024 14:19:36 EDT (-0400)
  Re: Bicubic patch with 3 corners ?  
From: ddombrow
Date: 7 Dec 2000 14:40:42
Message: <3a2fe7ba$1@news.povray.org>
here's a patch to get you started:

bicubic_patch {
  type 1
  flatness 0
  u_steps 8
  v_steps 8
  <-1, 0, 0> <-1, 0.5, 0> <-0.5, 1, 0> <0, 1, 0>
  <-1, 0, 0> <-1, 0.5, -0.5> <-0.5, 1, -0.5> <0, 1, -0.5>
  <-1, 0, 0> <-1, 0.5, -0.5> <-0.5, 0.5, -1> <0, 0.5, -1>
  <-1, 0, 0> <-1, 0, -0.5> <-0.5, 0, -1> <0, 0, -1>
 }

that's the left forward quad of the upper hemisphere
--
Dan D.

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


Post a reply to this message

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