2
0
Эх сурвалжийг харах

Exampels: Fix copy/paste error

Mugen87 7 жил өмнө
parent
commit
c0e5d2504a

+ 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 );