|
@@ -1,7 +1,7 @@
|
|
|
<!DOCTYPE html>
|
|
|
<html lang="en">
|
|
|
<head>
|
|
|
- <meta charset="utf-8" />
|
|
|
+ <meta charset="utf-8" />
|
|
|
<base href="../../../" />
|
|
|
<script src="list.js"></script>
|
|
|
<script src="page.js"></script>
|
|
@@ -12,7 +12,7 @@
|
|
|
|
|
|
<h1>[name]</h1>
|
|
|
|
|
|
- <div class="desc">Create a smooth 3d spline curve from a series of points that loops back onto itself</div>
|
|
|
+ <div class="desc">Create a smooth 3d spline curve from a series of points that loops back onto itself. This class may be depreciated, please use CatmullRomCurve3</div>
|
|
|
|
|
|
<h2>Example</h2>
|
|
|
|