Difference between revisions of "HowTo:Use Splines and Bezier Curves"

From POV-Wiki
Jump to navigation Jump to search
(New page: == Introduction == == Splines == == Bezier Curves == == About Bicubic Patches ==)
 
Line 1: Line 1:
 
== Introduction ==
 
== Introduction ==
 +
 +
All Curves and Patches utilised by POVRay are influenced by a number of control points. All curves pass through the start and the end control point, while most of the curves pass through the intermediate control points.
  
 
== Splines ==
 
== Splines ==

Revision as of 07:39, 9 December 2007

Introduction

All Curves and Patches utilised by POVRay are influenced by a number of control points. All curves pass through the start and the end control point, while most of the curves pass through the intermediate control points.

Splines

Bezier Curves

About Bicubic Patches