Explorar o código

Exampels: Fix copy/paste error

Mugen87 %!s(int64=7) %!d(string=hai) anos
pai
achega
c0e5d2504a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/canvas_lines_dashed.html

+ 1 - 1
examples/canvas_lines_dashed.html

@@ -69,7 +69,7 @@
 				var spline = new THREE.CatmullRomCurve3( points );
 
 				var samples = spline.getPoints( points.length * subdivisions );
-				var geometrySpline = new THREE.BufferGeometry().setFromPoints( samples );
+				var geometrySpline = new THREE.Geometry().setFromPoints( samples );
 
 				var geometryCube = cube( 50 );