Difference between revisions of "HowTo:Use Splines and Bezier Curves"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
== Splines == | == Splines == | ||
+ | |||
+ | Splines may be of Linear, Quadratic or Cubic type of Spline and are accessed with the command #spline as shown below. | ||
+ | |||
+ | #spline | ||
+ | |||
+ | All splines pass through the intermediate | ||
== Bezier Curves == | == Bezier Curves == | ||
== About Bicubic Patches == | == About Bicubic Patches == |
Revision as of 07:42, 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
Splines may be of Linear, Quadratic or Cubic type of Spline and are accessed with the command #spline as shown below.
- spline
All splines pass through the intermediate