diff --git a/examples/webgl_geometry_spline_editor.html b/examples/webgl_geometry_spline_editor.html index 4bd14a84acdd5a61a346d7057ab47f9589d1203f..cdaf5e7ccfa6d34923ae8deb9e016c1fe6b8888a 100644 --- a/examples/webgl_geometry_spline_editor.html +++ b/examples/webgl_geometry_spline_editor.html @@ -11,10 +11,23 @@ margin: 0px; overflow: hidden; } + + #info { + position: absolute; + top: 0px; + width: 100%; + padding: 5px; + font-family:Monospace; + font-size:13px; + text-align:center; + } +
+
three.js - geometry - catmull spline editor
+ @@ -22,6 +35,7 @@ +