Class TNaturalCubicSplineCurveAlwaysClosed
Unit
CastleCurves
Declaration
type TNaturalCubicSplineCurveAlwaysClosed = class(TNaturalCubicSplineCurve_Abstract)
Description
Warning: this symbol is deprecated: Rendering of this is not portable to OpenGLES, and this is not really a useful curve for most practical game uses. For portable and fast curves consider using X3D NURBS nodes (wrapped in a TCastleScene) instead.
3D curve defined by three 1D natural cubic splines, always treated as closed.
Hierarchy
Overview
Methods
Description
Methods
 |
function Closed: boolean; override; |
|
 |
class function NiceClassName: string; override; |
|
Generated by PasDoc 0.14.0.
|