POV-Ray : Newsgroups : povray.off-topic : Splines : Re: Splines Server Time
3 Sep 2024 23:28:17 EDT (-0400)
  Re: Splines  
From: Invisible
Date: 7 Jul 2010 11:34:31
Message: <4c349e87@news.povray.org>
Tor Olav Kristensen wrote:

> I just posted this:
> 
>
http://news.povray.org/povray.binaries.scene-files/thread/%3Cweb.4c327e199f459e99c734aecd0%40news.povray.org%3E/

/*
// If you now limit the ranges that these variables defines,
// then only a part of the surface will be "meshyfied".
// (If you expand these ranges, you'll get an error.)
#declare MinUV = <0.2, 0.0>;
#declare MaxUV = <0.8, 0.9>;
// U will wary from 0.2 to 0.8
// V will wary from 0.0 to 0.9
*/

U will "wary"?

What are you, Elmer Fudd?

Sorry, that just amused me...

Anyway, I'm still wading through the NURBS code. Damn this looks 
complicated!


Post a reply to this message

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