Sebastien Valette 13 лет назад
Родитель
Сommit
599794415c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      examples/js/VTKLoader.js

+ 1 - 1
examples/js/VTKLoader.js

@@ -22,7 +22,7 @@ THREE.VTKLoader.prototype.load = function( url, callback) {
 
 		function v( x, y, z ) {
 
-			geometry.vertices.push( new THREE.Vertex( new THREE.Vector3( x, y, z ) ) );
+			geometry.vertices.push( new THREE.Vector3( x, y, z ) );
 
 		}