Skip to content

Commit 5997944

Browse files
committed
fix VTKLoader for dev branch
1 parent 7b46e06 commit 5997944

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/js/VTKLoader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ THREE.VTKLoader.prototype.load = function( url, callback) {
2222

2323
function v( x, y, z ) {
2424

25-
geometry.vertices.push( new THREE.Vertex( new THREE.Vector3( x, y, z ) ) );
25+
geometry.vertices.push( new THREE.Vector3( x, y, z ) );
2626

2727
}
2828

0 commit comments

Comments
 (0)